YANGTOOLS-706: reorganize statement definitions
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / rfc7950 / stmt / type / BuiltinEffectiveStatement.java
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type;
+package org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type;
 
 import static java.util.Objects.requireNonNull;
 
@@ -26,7 +26,7 @@ import org.opendaylight.yangtools.yang.model.util.type.BaseTypes;
 /**
  * Common shared effective statements for built-in types.
  */
-public enum BuiltinEffectiveStatement implements TypeEffectiveStatement<TypeStatement> {
+enum BuiltinEffectiveStatement implements TypeEffectiveStatement<TypeStatement> {
     BINARY(BaseTypes.binaryType()),
     BOOLEAN(BaseTypes.booleanType()),
     EMPTY(BaseTypes.emptyType()),