Adjust to odlparent 3 Checkstyle settings
[genius.git] / srm / shell / src / main / java / org / opendaylight / genius / srm / shell / SrmCliUtils.java
index e965cc643da70a36ce1246dfe2a115b608d2c358..d1647a5899403bbbe9b12ab9cfb325b79a5c7b12 100644 (file)
@@ -32,6 +32,9 @@ import org.slf4j.LoggerFactory;
 public final class SrmCliUtils {
 
     private static final Logger LOG = LoggerFactory.getLogger(SrmCliUtils.class);
+
+    private SrmCliUtils() { }
+
     private static final ImmutableMap<String, Class<? extends EntityTypeBase>> ENTITY_TYPE_MAP =
         new ImmutableMap.Builder<String, Class<? extends EntityTypeBase>>()
             .put("SERVICE", EntityTypeService.class)