ARTEMIS-1669 Fixing checkstyle
This commit is contained in:
parent
d58c23c44f
commit
d00096ffee
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue