[jboss-cvs] JBoss Messaging SVN: r2772 - trunk/tests/src/org/jboss/test/messaging/tools/jmx.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 12 06:18:01 EDT 2007


Author: sergeypk
Date: 2007-06-12 06:18:00 -0400 (Tue, 12 Jun 2007)
New Revision: 2772

Modified:
   trunk/tests/src/org/jboss/test/messaging/tools/jmx/RemotingJMXWrapperMBean.java
Log:
Minor - spelling

Modified: trunk/tests/src/org/jboss/test/messaging/tools/jmx/RemotingJMXWrapperMBean.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/tools/jmx/RemotingJMXWrapperMBean.java	2007-06-11 12:40:05 UTC (rev 2771)
+++ trunk/tests/src/org/jboss/test/messaging/tools/jmx/RemotingJMXWrapperMBean.java	2007-06-12 10:18:00 UTC (rev 2772)
@@ -27,7 +27,7 @@
 import java.util.Set;
 
 /**
- * Node: This wrapper MUST NOT allow direct access to the Connector instance. This is necessary
+ * Note: This wrapper MUST NOT allow direct access to the Connector instance. This is necessary
  *       because the wrapper is maintaining the mapping between the Connector's
  *       ServerInvocationHandler instances and their subsystem names. Remoting should do that (it
  *       should have a Connector.getSubsystemNames() or similar), but it doesn't, so I have to do




More information about the jboss-cvs-commits mailing list