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%2Fdatabroker%2Factors%2Fdds%2FLocalAbortable.java;h=a6d86de0147cc4bb5a347670fe53041443e3c24d;hp=5b0708f120aec2c3d5c6b543df7f3b26c0ec20b7;hb=refs%2Fchanges%2F99%2F47499%2F3;hpb=314d5b41ea6b464db939da95a33c872f594ccada diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/databroker/actors/dds/LocalAbortable.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/databroker/actors/dds/LocalAbortable.java index 5b0708f120..a6d86de014 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/databroker/actors/dds/LocalAbortable.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/databroker/actors/dds/LocalAbortable.java @@ -11,6 +11,7 @@ package org.opendaylight.controller.cluster.databroker.actors.dds; * Common interface for client histories and client transactions, which can be aborted immediately without replicating * the effect to the backend. This is needed for abrupt shutdowns. * + *

* Since classes which need to expose this functionality do not need a base class, this is an abstract class and not * an interface -- which allows us to not leak the {@link #localAbort(Throwable)} method. *