fix typo in accessor

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1083752 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2011-03-21 12:20:11 +00:00
parent 0de4f88aa7
commit 3973d8ff22
1 changed files with 1 additions and 1 deletions

View File

@ -867,7 +867,7 @@ public abstract class DemandForwardingBridgeSupport implements NetworkBridge, Br
/**
* @return Returns the staticallyIncludedDestinations.
*/
public ActiveMQDestination[] getStaticallyIncludedestinations() {
public ActiveMQDestination[] getStaticallyIncludedDestinations() {
return staticallyIncludedDestinations;
}