Bug 8351: Enforce check-style rules for restconf - sal-rest-connector
[netconf.git] / restconf / sal-rest-connector / src / main / java / org / opendaylight / netconf / sal / rest / api / RestconfConstants.java
index 2866e6e1af70fa06719e81e87c20e57a890670d5..6a4ba93e2c53f58ba4588a55c556d98ff666ea7d 100644 (file)
@@ -10,6 +10,6 @@ package org.opendaylight.netconf.sal.rest.api;
 
 public interface RestconfConstants {
 
+    String IDENTIFIER = "identifier";
 
-    public static String IDENTIFIER = "identifier";
 }