[jboss-cvs] JBossAS SVN: r102592 - trunk/cluster/src/main/java/org/jboss/ha/jndi.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 18 17:18:16 EDT 2010


Author: david.lloyd at jboss.com
Date: 2010-03-18 17:18:15 -0400 (Thu, 18 Mar 2010)
New Revision: 102592

Modified:
   trunk/cluster/src/main/java/org/jboss/ha/jndi/HAJNDI.java
Log:
Fix refactor side-effect introduced in r79874

Modified: trunk/cluster/src/main/java/org/jboss/ha/jndi/HAJNDI.java
===================================================================
--- trunk/cluster/src/main/java/org/jboss/ha/jndi/HAJNDI.java	2010-03-18 21:12:35 UTC (rev 102591)
+++ trunk/cluster/src/main/java/org/jboss/ha/jndi/HAJNDI.java	2010-03-18 21:18:15 UTC (rev 102592)
@@ -38,9 +38,9 @@
 
 /**
  *  Provides the Naming implemenation. Lookups will look for Names in 
- *  the injected DistributedTreeManager and if not found will distributedTreeManager to the local 
+ *  the injected DistributedTreeManager and if not found will delegate to the local
  *  InitialContext. If still not found, a group RPC will be sent to the cluster
- *  using the provided partition.  All other Naming operations distributedTreeManager to the 
+ *  using the provided partition.  All other Naming operations delegate to the 
  *  DistributedTreeManager.
  *
  *  @author <a href="mailto:bill at burkecentral.com">Bill Burke</a>




More information about the jboss-cvs-commits mailing list