X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fyang-test%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fconfig%2Fyang%2Ftest%2Fimpl%2FNetconfTestImplModule.java;h=3594ee03538f4f2bb097f319cba13a679bc39960;hb=f75b60147b1e6b4f47e4837480c1ed8bac963edb;hp=7e1848dd6a7f20f6692d5dc5f5cfefd49b587190;hpb=2202c2e0c5e65783b02254a7cfc2b1fb6d84afe9;p=controller.git diff --git a/opendaylight/config/yang-test/src/main/java/org/opendaylight/controller/config/yang/test/impl/NetconfTestImplModule.java b/opendaylight/config/yang-test/src/main/java/org/opendaylight/controller/config/yang/test/impl/NetconfTestImplModule.java index 7e1848dd6a..3594ee0353 100644 --- a/opendaylight/config/yang-test/src/main/java/org/opendaylight/controller/config/yang/test/impl/NetconfTestImplModule.java +++ b/opendaylight/config/yang-test/src/main/java/org/opendaylight/controller/config/yang/test/impl/NetconfTestImplModule.java @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. + * + * This program and the accompanying materials are made available under the + * 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.config.yang.test.impl; /** @@ -23,6 +31,7 @@ public final class NetconfTestImplModule extends org.opendaylight.controller.con @Override public java.lang.AutoCloseable createInstance() { - return NetconfTestImplModuleUtil.registerRuntimeBeans(this); +return NetconfTestImplModuleUtil.registerRuntimeBeans(this); + } }