From cbdaee4afab8b02d90eb58d9b8812cd4b2fd7b97 Mon Sep 17 00:00:00 2001 From: Robbie Gemmell Date: Fri, 17 Sep 2021 08:50:03 +0100 Subject: [PATCH] ARTEMIS-3300: fix checkstyle failure after f4f2f4eedad020427f5414e213130402cc3159af --- .../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 8982862b50..05b5984669 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