Startup archetype: remove 'Impl' from config subsystem Module name.
[controller.git] / opendaylight / archetypes / opendaylight-startup / src / main / resources / archetype-resources / impl / src / test / java / org / opendaylight / yang / gen / v1 / urn / opendaylight / params / xml / ns / yang / __artifactId__ / impl / rev141210 / __classPrefix__ModuleTest.java
@@ -1,7 +1,7 @@
 #set( $symbol_pound = '#' )
 #set( $symbol_dollar = '$' )
 #set( $symbol_escape = '\' )
-#set( $module = "${classPrefix}ImplModule" )
+#set( $module = "${classPrefix}Module" )
 /*
  * ${copyright} and others.  All rights reserved.
  *
@@ -26,7 +26,7 @@ import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.verify;
 import static org.mockito.Mockito.when;
 
-public class ${classPrefix}ImplModuleTest {
+public class ${classPrefix}ModuleTest {
     @Test
     public void testCustomValidation() {
         ${module} module = new ${module}(mock(ModuleIdentifier.class), mock(DependencyResolver.class));