Bug 5596 Cleaning part 2
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / OFConstants.java
index fce41bd0c98011ed9f8ac7e43f14bbef3f929c03..e08903b339dcaf44e6903cd82f1f8fb0ab4675d7 100644 (file)
@@ -33,7 +33,7 @@ public final class OFConstants {
     /** openflow protocol 1.3 - version identifier */
     public static final short OFP_VERSION_1_3 = 0x04;
 
-    public final static String OF_URI_PREFIX = "openflow:";
+    public static final String OF_URI_PREFIX = "openflow:";
 
     /** enum ofp_table: Table numbering, wildcard table used for table config, flow stats and flow deletes. */
     public static final Short OFPTT_ALL = 0xff;