[jboss-cvs] JBoss Messaging SVN: r2150 - branches/Branch_1_0_1_SP/src/main/org/jboss/jms/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 2 12:25:20 EST 2007


Author: timfox
Date: 2007-02-02 12:25:20 -0500 (Fri, 02 Feb 2007)
New Revision: 2150

Modified:
   branches/Branch_1_0_1_SP/src/main/org/jboss/jms/server/ServerPeer.java
Log:
Removed non UTF8 characters from comment


Modified: branches/Branch_1_0_1_SP/src/main/org/jboss/jms/server/ServerPeer.java
===================================================================
--- branches/Branch_1_0_1_SP/src/main/org/jboss/jms/server/ServerPeer.java	2007-02-02 17:05:55 UTC (rev 2149)
+++ branches/Branch_1_0_1_SP/src/main/org/jboss/jms/server/ServerPeer.java	2007-02-02 17:25:20 UTC (rev 2150)
@@ -635,7 +635,7 @@
       // verify the clientID is unique
    
       // JMS 1.1 Specifications, Section 4.3.2:
-      // "By definition, the client state identified by a client identifier can be ‘in use’ by
+      // "By definition, the client state identified by a client identifier can be 'in use' by
       // only one client at a time. A JMS provider must prevent concurrently executing clients
       // from using it."
          




More information about the jboss-cvs-commits mailing list