Checkstyle: no space inside parentheses
[odlparent.git] / bundles-test / src / main / java / org / opendaylight / odlparent / bundlestest / BundleDiagInfos.java
index 547e14999e1dafc71f15342a7e0c4ca94946ca68..8a53d68b88edafd68ed4fe8d433635b3769fc31e 100644 (file)
@@ -36,7 +36,7 @@ public class BundleDiagInfos {
     private final Map<BundleState, Integer> bundleStatesCounters;
 
     private static final Map<String, BundleState> WHITELISTED_BUNDLES = ImmutableMap.of(
-            "slf4j.log4j12", Installed );
+            "slf4j.log4j12", Installed);
 
     public static BundleDiagInfos forContext(BundleContext bundleContext, BundleService bundleService) {
         List<String> okBundleStateInfoTexts = new ArrayList<>();