fixed typeo

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@523266 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2007-03-28 10:35:51 +00:00
parent 2ef81512d6
commit 9bb3b0cbf6
1 changed files with 2 additions and 2 deletions

View File

@ -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){