X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2FTransactionContextCleanup.java;h=865cc60edb2d0f982ecfee672baa63f347b170c9;hp=8998f5c74c66f87c7b0b9b493cdd084a2614b67d;hb=93e6f3bfc003d4ce2d968761dff963615a0b799d;hpb=daaef05cbf70e6cbec9af181258faead6d9620a6 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..865cc60edb 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,12 +42,12 @@ final class TransactionContextCleanup extends FinalizablePhantomReference