From d0d023b26259a2c365b15a89ebbdf668d4ff87e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 13 Jun 2016 18:22:33 +0300 Subject: [PATCH] Fix checkstyle whitespace violation --- .../java/org/apache/activemq/artemis/ra/ActiveMQRALogger.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/ActiveMQRALogger.java b/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/ActiveMQRALogger.java index 7853f094b9..93a7b97c58 100644 --- a/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/ActiveMQRALogger.java +++ b/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/ActiveMQRALogger.java @@ -86,7 +86,7 @@ public interface ActiveMQRALogger extends BasicLogger { void unableToRollbackTX(); @LogMessage(level = Logger.Level.WARN) - @Message(id = 152003, value = "unable to reset session after failure, we will place the MDB Inflow now in setup mode for activation={0}" , format = Message.Format.MESSAGE_FORMAT) + @Message(id = 152003, value = "unable to reset session after failure, we will place the MDB Inflow now in setup mode for activation={0}", format = Message.Format.MESSAGE_FORMAT) void unableToResetSession(String spec, @Cause Exception e); @LogMessage(level = Logger.Level.WARN)