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/07/26 01:12:33 UTC

activemq-artemis git commit: NO-JIRA: Fix checkstyle

Repository: activemq-artemis
Updated Branches:
  refs/heads/master e5be68606 -> 5325ca39c


NO-JIRA: Fix 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/5325ca39
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/5325ca39
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/5325ca39

Branch: refs/heads/master
Commit: 5325ca39c8f285f6dde169732295bd63369ba6cc
Parents: e5be686
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Jul 25 21:12:27 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Jul 25 21:12:27 2017 -0400

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/ra/inflow/ActiveMQActivation.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5325ca39/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/inflow/ActiveMQActivation.java
----------------------------------------------------------------------
diff --git a/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/inflow/ActiveMQActivation.java b/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/inflow/ActiveMQActivation.java
index 3a84686..52f561e 100644
--- a/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/inflow/ActiveMQActivation.java
+++ b/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/inflow/ActiveMQActivation.java
@@ -64,7 +64,7 @@ import org.jboss.logging.Logger;
  * The activation.
  */
 public class ActiveMQActivation {
-   
+
    private static final Logger logger = Logger.getLogger(ActiveMQActivation.class);
 
    /**