X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2FTransactionContextCleanup.java;h=ef8cc49582d04dd383fecb542a4fdc0d3ab84653;hb=546cd1fd100dbaa36908b22c2f422320dbd8c4b2;hp=8998f5c74c66f87c7b0b9b493cdd084a2614b67d;hpb=daaef05cbf70e6cbec9af181258faead6d9620a6;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/TransactionContextCleanup.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/TransactionContextCleanup.java index 8998f5c74c..ef8cc49582 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/TransactionContextCleanup.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/TransactionContextCleanup.java @@ -23,7 +23,7 @@ import org.slf4j.LoggerFactory; * to the old generation space and thus should be cleaned up in a timely manner as the GC * runs on the young generation (eden, swap1...) space much more frequently. */ -final class TransactionContextCleanup extends FinalizablePhantomReference { +final class TransactionContextCleanup extends FinalizablePhantomReference { private static final Logger LOG = LoggerFactory.getLogger(TransactionContextCleanup.class); /** * Used to enqueue the PhantomReferences for read-only TransactionProxy instances. The @@ -42,26 +42,26 @@ final class TransactionContextCleanup extends FinalizablePhantomReference