[Jboss-cvs] JBoss Messaging SVN: r1355 - branches/Branch_1_0/src/main/org/jboss/jms/server/endpoint

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 22 17:57:07 EDT 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-09-22 17:57:05 -0400 (Fri, 22 Sep 2006)
New Revision: 1355

Modified:
   branches/Branch_1_0/src/main/org/jboss/jms/server/endpoint/ServerConsumerEndpoint.java
Log:
minor reformatting

Modified: branches/Branch_1_0/src/main/org/jboss/jms/server/endpoint/ServerConsumerEndpoint.java
===================================================================
--- branches/Branch_1_0/src/main/org/jboss/jms/server/endpoint/ServerConsumerEndpoint.java	2006-09-22 20:33:53 UTC (rev 1354)
+++ branches/Branch_1_0/src/main/org/jboss/jms/server/endpoint/ServerConsumerEndpoint.java	2006-09-22 21:57:05 UTC (rev 1355)
@@ -298,8 +298,8 @@
       boolean accept = true;
       if (this.destination.isQueue())
       {
-         //For subscriptions message selection is handled in the Subscription itself
-         //we do not want to do the check twice
+         // For subscriptions message selection is handled in the Subscription itself
+         // we do not want to do the check twice
          if (messageSelector != null)
          {
             accept = messageSelector.accept(r);




More information about the jboss-cvs-commits mailing list