You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/05/30 21:02:58 UTC

activemq-artemis git commit: ARTEMIS-1189 fixing checkstyle

Repository: activemq-artemis
Updated Branches:
  refs/heads/master cd5f508d6 -> d4a5c70aa


ARTEMIS-1189 fixing checkstyle


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d4a5c70a
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d4a5c70a
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d4a5c70a

Branch: refs/heads/master
Commit: d4a5c70aa5eb51f3d2a36132f531566b62cf9959
Parents: cd5f508
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue May 30 17:00:33 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue May 30 17:00:33 2017 -0400

----------------------------------------------------------------------
 .../java/org/apache/activemq/artemis/jms/example/PerfBase.java    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d4a5c70a/examples/features/perf/perf/src/main/java/org/apache/activemq/artemis/jms/example/PerfBase.java
----------------------------------------------------------------------
diff --git a/examples/features/perf/perf/src/main/java/org/apache/activemq/artemis/jms/example/PerfBase.java b/examples/features/perf/perf/src/main/java/org/apache/activemq/artemis/jms/example/PerfBase.java
index ade1c5b..2149368 100644
--- a/examples/features/perf/perf/src/main/java/org/apache/activemq/artemis/jms/example/PerfBase.java
+++ b/examples/features/perf/perf/src/main/java/org/apache/activemq/artemis/jms/example/PerfBase.java
@@ -276,7 +276,8 @@ public abstract class PerfBase {
 
             count++;
          }
-      } while (message != null);
+      }
+      while (message != null);
 
       drainSession.close();