BUG-2283 Fix close order when reconfiguring config modules.
[controller.git] / opendaylight / config / yang-test / src / main / java / org / opendaylight / controller / config / yang / test / impl / NetconfTestImplModuleStub.txt
1         final AutoCloseable runtime = org.opendaylight.controller.config.yang.test.util.NetconfTestImplModuleUtil.registerRuntimeBeans(this);
2         return new org.opendaylight.controller.config.yang.test.impl.CheckedAutoCloseable() {
3             @Override
4             public synchronized void close() throws Exception {
5                 runtime.close();
6             }
7         };