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 b58d750f4a6cb43e01d256eb6800880fca615185..8deb87e30b1608d096c1805ab6cce076b3fc39cd 100644 (file)
@@ -18,7 +18,7 @@ import org.opendaylight.yangtools.yang.model.api.meta.IdentifierNamespace;
 public interface ValidationBundlesNamespace extends
         IdentifierNamespace<ValidationBundlesNamespace.ValidationBundleType, Collection<?>> {
 
-    enum ValidationBundleType {
+    public enum ValidationBundleType {
         /**
          * whether a node is suitable refine substatement
          */