Bug 2245 - Added private constructors to utility classes, in order to hide the implic...
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / util / EncodeConstants.java
index cf857285ee8831ca660ea5eacbc35b412a3aac92..82a09282cb54688350370df6adb3647602b80ff7 100644 (file)
@@ -58,4 +58,7 @@ public abstract class EncodeConstants {
     /** OF v1.3 lenght of experimenter_ids - see Multipart TableFeatures (properties) message */
     public static final byte EXPERIMENTER_IDS_LENGTH = 8;
 
+    private EncodeConstants() {
+        //not called
+    }
 }