From: Robert Varga Date: Tue, 8 Nov 2022 11:23:19 +0000 (+0100) Subject: Improve AbstractDOMTransactionFactory X-Git-Tag: v7.0.0~46 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=f4d693177a6b3ef7220bbdfaf1606f483731cae4;hp=f4d693177a6b3ef7220bbdfaf1606f483731cae4;p=controller.git Improve AbstractDOMTransactionFactory AutoCloseable.close() is recommended to be idempotent, follow that guidance, producing a warning with a stack trace if that is not the case. Change-Id: I1b65466f9b84e05417d8cd24c1b7a5e89e8e836b Signed-off-by: Robert Varga ---