[jboss-cvs] JBossAS SVN: r59004 - trunk/cluster/src/main/org/jboss/ha/framework/server

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 12 15:05:46 EST 2006


Author: jerrygauth
Date: 2006-12-12 15:05:44 -0500 (Tue, 12 Dec 2006)
New Revision: 59004

Modified:
   trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java
Log:
Corrected typo in error message

Modified: trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java
===================================================================
--- trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java	2006-12-12 19:02:55 UTC (rev 59003)
+++ trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java	2006-12-12 20:05:44 UTC (rev 59004)
@@ -216,7 +216,7 @@
       }
       catch (Exception e)
       {
-         throw new RuntimeException("Failure creatig multiplexed Channel", e);
+         throw new RuntimeException("Failure creating multiplexed Channel", e);
       }
    }
 




More information about the jboss-cvs-commits mailing list