Merge "Make sure write transaction cancellation is propagated"
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / core / UpdateType.java
index 6642eaf44bb1a489d8ab06cb3717c980b251ff89..99a21a85a21860ae5f38350a6e4d7a8c4c6e7d53 100644 (file)
@@ -16,6 +16,7 @@ package org.opendaylight.controller.sal.core;
  * @brief  Describes update types
  *
  */
+@Deprecated
 public enum UpdateType {
     ADDED("added"), REMOVED("removed"), CHANGED("changed");