X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fyang-test%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fconfig%2Fyang%2Ftest%2Fimpl%2FIdentityTestModuleStub.txt;h=458ec01165273c92c4aac7a15baeb0d30dbe262d;hp=7fa0c10eb2c570bd91c47f924ecc26087d4e360e;hb=d840c921a370f0704ba2d68faf4cfffda08c4440;hpb=2c146f582dee58e36dc22505b4c6bedb4641342f diff --git a/opendaylight/config/yang-test/src/main/java/org/opendaylight/controller/config/yang/test/impl/IdentityTestModuleStub.txt b/opendaylight/config/yang-test/src/main/java/org/opendaylight/controller/config/yang/test/impl/IdentityTestModuleStub.txt index 7fa0c10eb2..458ec01165 100644 --- a/opendaylight/config/yang-test/src/main/java/org/opendaylight/controller/config/yang/test/impl/IdentityTestModuleStub.txt +++ b/opendaylight/config/yang-test/src/main/java/org/opendaylight/controller/config/yang/test/impl/IdentityTestModuleStub.txt @@ -9,8 +9,4 @@ } logger.info("IdentityContainer Afi class: {}", getIdentitiesContainer().resolveAfi()); - return new AutoCloseable() { - @Override - public void close() throws Exception { - } - }; + return new org.opendaylight.controller.config.yang.test.impl.CheckedAutoCloseable();