This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new cbdaee4  ARTEMIS-3300: fix checkstyle failure after 
f4f2f4eedad020427f5414e213130402cc3159af
cbdaee4 is described below

commit cbdaee4afab8b02d90eb58d9b8812cd4b2fd7b97
Author: Robbie Gemmell <[email protected]>
AuthorDate: Fri Sep 17 08:50:03 2021 +0100

    ARTEMIS-3300: fix checkstyle failure after 
f4f2f4eedad020427f5414e213130402cc3159af
---
 .../src/main/java/org/apache/activemq/artemis/osgi/OsgiBroker.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/artemis-server-osgi/src/main/java/org/apache/activemq/artemis/osgi/OsgiBroker.java
 
b/artemis-server-osgi/src/main/java/org/apache/activemq/artemis/osgi/OsgiBroker.java
index 8982862..05b5984 100644
--- 
a/artemis-server-osgi/src/main/java/org/apache/activemq/artemis/osgi/OsgiBroker.java
+++ 
b/artemis-server-osgi/src/main/java/org/apache/activemq/artemis/osgi/OsgiBroker.java
@@ -84,7 +84,7 @@ public class OsgiBroker {
          if (karafDataDir != null) {
             brokerInstance = karafDataDir + "/artemis/" + name;
          }
-      }     
+      }
 
 
       // todo if we start to pullout more configs from the main config then we

Reply via email to