Deprecate TransactionStatus 35/39735/2
authorMichael Vorburger <vorburger@redhat.com>
Wed, 1 Jun 2016 21:00:36 +0000 (23:00 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Tue, 28 Jun 2016 12:27:24 +0000 (12:27 +0000)
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 <vorburger@redhat.com>
opendaylight/md-sal/sal-common-api/src/main/java/org/opendaylight/controller/md/sal/common/api/TransactionStatus.java

index a8989c4ce865616d7515158407d228d922a50196..b5afa8331298889adb5e47059aba56383ff97908 100644 (file)
@@ -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