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 2018/03/07 02:09:35 UTC

activemq-artemis git commit: ARTEMIS-1669 Fixing checkstyle

Repository: activemq-artemis
Updated Branches:
  refs/heads/master d58c23c44 -> d00096ffe


ARTEMIS-1669 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/d00096ff
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d00096ff
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d00096ff

Branch: refs/heads/master
Commit: d00096ffee0607726aeccb250ddcf0af8b012106
Parents: d58c23c
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Mar 6 21:08:03 2018 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Mar 6 21:08:15 2018 -0500

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/ra/ActiveMQResourceAdapter.java | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d00096ff/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/ActiveMQResourceAdapter.java
----------------------------------------------------------------------
diff --git a/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/ActiveMQResourceAdapter.java b/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/ActiveMQResourceAdapter.java
index b40ef59..5326a6b 100644
--- a/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/ActiveMQResourceAdapter.java
+++ b/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/ActiveMQResourceAdapter.java
@@ -1754,8 +1754,7 @@ public class ActiveMQResourceAdapter implements ResourceAdapter, Serializable {
          }
 
          if (ActiveMQRALogger.LOGGER.isDebugEnabled()) {
-            ActiveMQRALogger.LOGGER.debug("Creating Connection Factory on the resource adapter for transport=" +
-                                             Arrays.toString(transportConfigurations) + " with ha=" + ha);
+            ActiveMQRALogger.LOGGER.debug("Creating Connection Factory on the resource adapter for transport=" + Arrays.toString(transportConfigurations) + " with ha=" + ha);
          }
 
          if (ha) {
@@ -2034,7 +2033,7 @@ public class ActiveMQResourceAdapter implements ResourceAdapter, Serializable {
       if (val5 != null) {
          cf.setDeserializationWhiteList(val5);
       }
-      
+
       cf.setIgnoreJTA(isIgnoreJTA());
    }