Bug 6551: Support for third-party Yang extensions implementation
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / spi / validation / ValidationBundlesNamespace.java
index 42505dea8fdef8c5df377f81d8bf7f7eea1a9498..8deb87e30b1608d096c1805ab6cce076b3fc39cd 100644 (file)
@@ -18,7 +18,7 @@ import org.opendaylight.yangtools.yang.model.api.meta.IdentifierNamespace;
 public interface ValidationBundlesNamespace extends
         IdentifierNamespace<ValidationBundlesNamespace.ValidationBundleType, Collection<?>> {
 
-    public static enum ValidationBundleType {
+    public enum ValidationBundleType {
         /**
          * whether a node is suitable refine substatement
          */