[jboss-cvs] JBossAS SVN: r102594 - in trunk/cluster/src/main/java/org/jboss/ha: jndi and 1 other directory.

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


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

Modified:
   trunk/cluster/src/main/java/org/jboss/ha/framework/server/ClusterPartition.java
   trunk/cluster/src/main/java/org/jboss/ha/jndi/HAJNDI.java
Log:
Thanks, IDEA spell checker!

Modified: trunk/cluster/src/main/java/org/jboss/ha/framework/server/ClusterPartition.java
===================================================================
--- trunk/cluster/src/main/java/org/jboss/ha/framework/server/ClusterPartition.java	2010-03-18 21:42:45 UTC (rev 102593)
+++ trunk/cluster/src/main/java/org/jboss/ha/framework/server/ClusterPartition.java	2010-03-18 21:46:33 UTC (rev 102594)
@@ -261,11 +261,11 @@
    protected boolean isStateSet = false;
 
    /**
-    * An exception occuring upon fetch serviceState.
+    * An exception occurring upon fetch serviceState.
     */
    private Exception setStateException;
    /**
-    * An exception occuring during channel connect
+    * An exception occurring during channel connect
     */
    private Exception connectException;
    private final Object channelLock = new Object();
@@ -822,11 +822,11 @@
    }
    
    /** Notification of a cluster view change. This is done from the JG protocol
-    * handlder thread and we must be careful to not unduly block this thread.
+    * handler thread and we must be careful to not unduly block this thread.
     * Because of this there are two types of listeners, synchronous and
     * asynchronous. The synchronous listeners are messaged with the view change
     * event using the calling thread while the asynchronous listeners are
-    * messaged using a seperate thread.
+    * messaged using a separate thread.
     *
     * @param newView
     */
@@ -1167,7 +1167,7 @@
    }
 
     /**
-     * Calls method synchrounously on target node only.
+     * Calls method synchronously on target node only.
      * @param serviceName Name of the target service name on which calls are de-multiplexed
      * @param methodName name of the Java method to be called on remote services
      * @param args array of Java Object representing the set of parameters to be

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:42:45 UTC (rev 102593)
+++ trunk/cluster/src/main/java/org/jboss/ha/jndi/HAJNDI.java	2010-03-18 21:46:33 UTC (rev 102594)
@@ -37,7 +37,7 @@
 import org.jnp.interfaces.Naming;
 
 /**
- *  Provides the Naming implemenation. Lookups will look for Names in 
+ *  Provides the Naming implementation. Lookups will look for Names in 
  *  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 delegate to the 




More information about the jboss-cvs-commits mailing list