Split out yang-model-ri
[yangtools.git] / yang / yang-model-ri / src / main / java / org / opendaylight / yangtools / yang / model / ri / type / BaseUint8Type.java
similarity index 95%
rename from yang/yang-model-spi/src/main/java/org/opendaylight/yangtools/yang/model/spi/type/BaseUint8Type.java
rename to yang/yang-model-ri/src/main/java/org/opendaylight/yangtools/yang/model/ri/type/BaseUint8Type.java
index 00b58b84bc781eafbea60741e2c116fd6618a411..bd11b74f4a5083423e73d9ba045287276f2455e5 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 org.eclipse.jdt.annotation.NonNull;
 import org.opendaylight.yangtools.yang.common.Uint8;