Bug 2245 - Fixed 'Hide Utility Class Constructor'
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / serialization / MatchEntriesInitializer.java
index 50827a77f1448142d07b6238c92a50dba81148aa..4889fcbd252885553774128e9cf3c44fcd7c941d 100644 (file)
@@ -103,7 +103,11 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev130731.Vlan
  * Initializes serializer registry with match entry serializers\r
  * @author michal.polkorab\r
  */\r
-public class MatchEntriesInitializer {\r
+public final class MatchEntriesInitializer {\r
+\r
+    private MatchEntriesInitializer() {\r
+        throw new UnsupportedOperationException("Utility class shouldn't be instantiated");\r
+    }\r
 \r
     /**\r
      * Registers match entry serializers into provided registry\r