[jboss-cvs] JBoss Messaging SVN: r1443 - branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 5 22:51:20 EDT 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-10-05 22:51:18 -0400 (Thu, 05 Oct 2006)
New Revision: 1443

Modified:
   branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/MessageConsumerTest.java
Log:
corrected spelling error

Modified: branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/MessageConsumerTest.java
===================================================================
--- branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/MessageConsumerTest.java	2006-10-06 02:45:52 UTC (rev 1442)
+++ branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/MessageConsumerTest.java	2006-10-06 02:51:18 UTC (rev 1443)
@@ -1843,7 +1843,7 @@
 
   public void testTimeoutReceiveOnClose() throws Exception
   {
-     System.gc();       /// If A GC need to be execute, it' s better to be executed now
+     System.gc();       /// If A GC need to be executed, it' s better to be executed now
      Thread.sleep(1000);
      if (log.isTraceEnabled()) log.trace("testTimeoutReceiveOnClose");
 




More information about the jboss-cvs-commits mailing list