mirror of https://github.com/apache/activemq.git
fixed typeo
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@523266 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2ef81512d6
commit
9bb3b0cbf6
|
@ -91,8 +91,8 @@ public abstract class NetworkConnector extends NetworkBridgeConfiguration implem
|
||||||
/**
|
/**
|
||||||
* @param excludedDestinations The excludedDestinations to set.
|
* @param excludedDestinations The excludedDestinations to set.
|
||||||
*/
|
*/
|
||||||
public void setExcludedDestinations(List exludedDestinations){
|
public void setExcludedDestinations(List excludedDestinations){
|
||||||
this.excludedDestinations=exludedDestinations;
|
this.excludedDestinations=excludedDestinations;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void addExcludedDestination(ActiveMQDestination destiantion){
|
public void addExcludedDestination(ActiveMQDestination destiantion){
|
||||||
|
|
Loading…
Reference in New Issue