Split out yang-model-ri
[yangtools.git] / yang / yang-model-ri / src / main / java / org / opendaylight / yangtools / yang / model / ri / type / BaseEmptyType.java
similarity index 94%
rename from yang/yang-model-spi/src/main/java/org/opendaylight/yangtools/yang/model/spi/type/BaseEmptyType.java
rename to yang/yang-model-ri/src/main/java/org/opendaylight/yangtools/yang/model/ri/type/BaseEmptyType.java
index 8e7e1f75df81470e02ef85209f782b7a7f964957..e55f93fc3a9acb9fb8825296785b485247a3d4ff 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.model.api.type.EmptyTypeDefinition;