Seed yang-model-spi with model.util.type
[yangtools.git] / yang / yang-model-spi / src / main / java / org / opendaylight / yangtools / yang / model / spi / type / RestrictedInt16Type.java
similarity index 96%
rename from yang/yang-model-util/src/main/java/org/opendaylight/yangtools/yang/model/util/type/RestrictedInt16Type.java
rename to yang/yang-model-spi/src/main/java/org/opendaylight/yangtools/yang/model/spi/type/RestrictedInt16Type.java
index d17a701b1983a38692207b5855e626b3c7678a95..e824d04b6ba3eae3860a78526ef805780674805b 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.util.type;
+package org.opendaylight.yangtools.yang.model.spi.type;
 
 import java.util.Collection;
 import org.eclipse.jdt.annotation.Nullable;