[jboss-cvs] JBoss Messaging SVN: r2494 - trunk/tests/src/org/jboss/test/messaging/jms.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 28 07:50:44 EST 2007


Author: timfox
Date: 2007-02-28 07:50:44 -0500 (Wed, 28 Feb 2007)
New Revision: 2494

Modified:
   trunk/tests/src/org/jboss/test/messaging/jms/QueueTest.java
Log:
removed non UTF8 characters in comment


Modified: trunk/tests/src/org/jboss/test/messaging/jms/QueueTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/jms/QueueTest.java	2007-02-28 09:57:05 UTC (rev 2493)
+++ trunk/tests/src/org/jboss/test/messaging/jms/QueueTest.java	2007-02-28 12:50:44 UTC (rev 2494)
@@ -171,11 +171,11 @@
             // JMS 1.1 Specifications, Section 4.3.5:
             // "Closing a connection must roll back the transactions in progress on its
             // transacted sessions*.
-            // *) The term 'transacted session' refers to the case where a session’s commit and
+            // *) The term 'transacted session' refers to the case where a session's commit and
             // rollback methods are used to demarcate a transaction local to the session. In the
-            // case where a session’s work is coordinated by an external transaction manager, a
-            // session’s commit and rollback methods are not used and the result of a closed
-            // session’s work is determined later by the transaction manager.
+            // case where a session's work is coordinated by an external transaction manager, a
+            // session's commit and rollback methods are not used and the result of a closed
+            // session's work is determined later by the transaction manager.
 
             s2.commit();
 




More information about the jboss-cvs-commits mailing list