[jboss-cvs] JBoss Messaging SVN: r2149 - trunk/src/main/org/jboss/jms/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 2 12:05:55 EST 2007


Author: timfox
Date: 2007-02-02 12:05:55 -0500 (Fri, 02 Feb 2007)
New Revision: 2149

Modified:
   trunk/src/main/org/jboss/jms/server/ServerPeer.java
Log:
Removed not UTF8 characters from comment



Modified: trunk/src/main/org/jboss/jms/server/ServerPeer.java
===================================================================
--- trunk/src/main/org/jboss/jms/server/ServerPeer.java	2007-02-02 17:00:50 UTC (rev 2148)
+++ trunk/src/main/org/jboss/jms/server/ServerPeer.java	2007-02-02 17:05:55 UTC (rev 2149)
@@ -1226,7 +1226,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