mirror of https://github.com/apache/activemq.git
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:
parent
0de4f88aa7
commit
3973d8ff22
|
@ -867,7 +867,7 @@ public abstract class DemandForwardingBridgeSupport implements NetworkBridge, Br
|
|||
/**
|
||||
* @return Returns the staticallyIncludedDestinations.
|
||||
*/
|
||||
public ActiveMQDestination[] getStaticallyIncludedestinations() {
|
||||
public ActiveMQDestination[] getStaticallyIncludedDestinations() {
|
||||
return staticallyIncludedDestinations;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue