Sonar issues
[openflowplugin.git] / extension / openflowjava-extension-nicira-api / src / main / java / org / opendaylight / openflowjava / nx / api / NiciraUtil.java
index 1f7797e4484ef87e2da6144039c17fd418f86ef1..48f54036eddbac85fccb997592dc6781ddb223e7 100644 (file)
@@ -13,7 +13,7 @@ import org.opendaylight.openflowjava.protocol.api.keys.ActionSerializerKey;
  * @author msunal
  */
 public final class NiciraUtil {
-
+    private NiciraUtil() { }
 
     public static final ActionSerializerKey<?> createOfJavaKeyFrom(NiciraActionSerializerKey key) {
         return new ActionSerializerKey<>(key.getVersion(), key.getSubtype(), NiciraConstants.NX_VENDOR_ID);