From: Michael Vorburger Date: Wed, 1 Jun 2016 21:00:36 +0000 (+0200) Subject: Deprecate TransactionStatus X-Git-Tag: release/boron~95 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=18ccf958d10eb80ecf6ccb2f843ca0f8369f9b14;hp=f36e0782a5bb5409d8dd95e2d08ffdbd65266663 Deprecate TransactionStatus just because all other APIs where this enum is used are already marked @Deprecated, so it would appear that this one was simply forgotten to be marked as such. Change-Id: Id8448d60a63d4a72a75ae0d25ebe7ff51db865c8 Signed-off-by: Michael Vorburger --- diff --git a/opendaylight/md-sal/sal-common-api/src/main/java/org/opendaylight/controller/md/sal/common/api/TransactionStatus.java b/opendaylight/md-sal/sal-common-api/src/main/java/org/opendaylight/controller/md/sal/common/api/TransactionStatus.java index a8989c4ce8..b5afa83312 100644 --- a/opendaylight/md-sal/sal-common-api/src/main/java/org/opendaylight/controller/md/sal/common/api/TransactionStatus.java +++ b/opendaylight/md-sal/sal-common-api/src/main/java/org/opendaylight/controller/md/sal/common/api/TransactionStatus.java @@ -7,6 +7,7 @@ */ package org.opendaylight.controller.md.sal.common.api; +@Deprecated public enum TransactionStatus { /** * The transaction has been freshly allocated. The user is still accessing