ARTEMIS-1669 Fixing checkstyle

This commit is contained in:
Clebert Suconic 2018-03-06 21:08:03 -05:00
parent d58c23c44f
commit d00096ffee
1 changed files with 2 additions and 3 deletions

View File

@ -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());
}