Bug 2245 - Fixed 'Hide Utility Class Constructor'
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / deserialization / InstructionDeserializerInitializer.java
index a09f51479435648aeb5e69d569ccc75f36693d7b..9fcfd4d6d930a2da35701fd5ce92703d019f224c 100644 (file)
@@ -22,7 +22,11 @@ import org.opendaylight.openflowjava.protocol.impl.util.InstructionDeserializerR
  * @author michal.polkorab\r
  *\r
  */\r
-public class InstructionDeserializerInitializer {\r
+public final class InstructionDeserializerInitializer {\r
+\r
+    private InstructionDeserializerInitializer() {\r
+        throw new UnsupportedOperationException("Utility class shouldn't be instantiated");\r
+    }\r
 \r
     /**\r
      * Registers instruction deserializers\r