Split out yang-model-ri
[yangtools.git] / yang / yang-model-ri / src / main / java / org / opendaylight / yangtools / yang / model / ri / type / RestrictedUint8Type.java
similarity index 96%
rename from yang/yang-model-spi/src/main/java/org/opendaylight/yangtools/yang/model/spi/type/RestrictedUint8Type.java
rename to yang/yang-model-ri/src/main/java/org/opendaylight/yangtools/yang/model/ri/type/RestrictedUint8Type.java
index ef4021c2e632df4391f9d3f5ec32dd5265c6730d..91f14b1d77f24f1b378c31c7bf1d2ffbd75087ad 100644 (file)
@@ -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.model.spi.type;
+package org.opendaylight.yangtools.yang.model.ri.type;
 
 import java.util.Collection;
 import org.eclipse.jdt.annotation.Nullable;