You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2016/02/15 13:13:31 UTC

svn commit: r1730500 - /qpid/java/trunk/perftests/src/main/java/org/apache/qpid/disttest/client/ConsumerParticipant.java

Author: orudyy
Date: Mon Feb 15 12:13:31 2016
New Revision: 1730500

URL: http://svn.apache.org/viewvc?rev=1730500&view=rev
Log:
QPID-7052: Remove misleading comment

Modified:
    qpid/java/trunk/perftests/src/main/java/org/apache/qpid/disttest/client/ConsumerParticipant.java

Modified: qpid/java/trunk/perftests/src/main/java/org/apache/qpid/disttest/client/ConsumerParticipant.java
URL: http://svn.apache.org/viewvc/qpid/java/trunk/perftests/src/main/java/org/apache/qpid/disttest/client/ConsumerParticipant.java?rev=1730500&r1=1730499&r2=1730500&view=diff
==============================================================================
--- qpid/java/trunk/perftests/src/main/java/org/apache/qpid/disttest/client/ConsumerParticipant.java (original)
+++ qpid/java/trunk/perftests/src/main/java/org/apache/qpid/disttest/client/ConsumerParticipant.java Mon Feb 15 12:13:31 2016
@@ -181,7 +181,6 @@ public class ConsumerParticipant impleme
     {
         if (!_collectingData.get() && _expectedNumberOfMessages == 0)
         {
-            // If we are performing a run with fixed number of messages we may receive a message before the startDataCollection command.
             _jmsDelegate.commitOrAcknowledgeMessageIfNecessary(_command.getSessionName(), message);
             return true;
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org