From: Robert Varga Date: Thu, 8 Jan 2015 13:04:44 +0000 (+0100) Subject: Make sure NetconfTestImplModule is indented X-Git-Tag: release/lithium~711^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=ea1c480d6aa92add7065f81989a4f3a86604d75a Make sure NetconfTestImplModule is indented The stub file is copied as-is, leading to a generated file which does not conform to checkstyle and fails build. Change-Id: I5fbdd06aebc4b41607d386665a532901b1ec7e4e Signed-off-by: Robert Varga --- diff --git a/opendaylight/config/yang-test/src/main/java/org/opendaylight/controller/config/yang/test/impl/NetconfTestImplModuleStub.txt b/opendaylight/config/yang-test/src/main/java/org/opendaylight/controller/config/yang/test/impl/NetconfTestImplModuleStub.txt index dbb6fe6d67..4b5b78f70a 100644 --- a/opendaylight/config/yang-test/src/main/java/org/opendaylight/controller/config/yang/test/impl/NetconfTestImplModuleStub.txt +++ b/opendaylight/config/yang-test/src/main/java/org/opendaylight/controller/config/yang/test/impl/NetconfTestImplModuleStub.txt @@ -1 +1 @@ -return org.opendaylight.controller.config.yang.test.util.NetconfTestImplModuleUtil.registerRuntimeBeans(this); + return org.opendaylight.controller.config.yang.test.util.NetconfTestImplModuleUtil.registerRuntimeBeans(this);