Remove 'model' from package names in yang-model-parser-impl.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-model-parser-impl / src / test / java / org / opendaylight / controller / yang / validator / YangModelValidationSubModuleTest.java
@@ -5,11 +5,11 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
  * 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.controller.yang.model.validator;
+package org.opendaylight.controller.yang.validator;
 
 
-import static org.junit.Assert.*;
-import static org.junit.matchers.JUnitMatchers.*;
-import static org.mockito.Mockito.*;
+import static org.junit.Assert.assertThat;
+import static org.junit.matchers.JUnitMatchers.containsString;
+import static org.mockito.Mockito.mock;
 
 import org.antlr.v4.runtime.tree.ParseTree;
 import org.junit.Before;
 
 import org.antlr.v4.runtime.tree.ParseTree;
 import org.junit.Before;
@@ -17,7 +17,7 @@ import org.junit.Test;
 import org.opendaylight.controller.antlrv4.code.gen.YangParser.Belongs_to_stmtContext;
 import org.opendaylight.controller.antlrv4.code.gen.YangParser.Submodule_header_stmtsContext;
 import org.opendaylight.controller.antlrv4.code.gen.YangParser.Submodule_stmtContext;
 import org.opendaylight.controller.antlrv4.code.gen.YangParser.Belongs_to_stmtContext;
 import org.opendaylight.controller.antlrv4.code.gen.YangParser.Submodule_header_stmtsContext;
 import org.opendaylight.controller.antlrv4.code.gen.YangParser.Submodule_stmtContext;
-import org.opendaylight.controller.yang.model.parser.util.YangValidationException;
+import org.opendaylight.controller.yang.parser.util.YangValidationException;
 
 public class YangModelValidationSubModuleTest {
 
 
 public class YangModelValidationSubModuleTest {