X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fadsal%2Fsal%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Ftopology%2FTopoEdgeUpdate.java;h=90596bdb6bb0b753d38891d538f99a7cff42af4c;hb=abfa9a03550cbe9fccc4420684dced175dd6d119;hp=f972ae6a6679b9b1d4cc55afe39a63b276d17ce0;hpb=2e15a7b29e4517e7b1b1ded0acb5a0ccf03d77e0;p=controller.git diff --git a/opendaylight/adsal/sal/api/src/main/java/org/opendaylight/controller/sal/topology/TopoEdgeUpdate.java b/opendaylight/adsal/sal/api/src/main/java/org/opendaylight/controller/sal/topology/TopoEdgeUpdate.java index f972ae6a66..90596bdb6b 100644 --- a/opendaylight/adsal/sal/api/src/main/java/org/opendaylight/controller/sal/topology/TopoEdgeUpdate.java +++ b/opendaylight/adsal/sal/api/src/main/java/org/opendaylight/controller/sal/topology/TopoEdgeUpdate.java @@ -18,6 +18,7 @@ import org.opendaylight.controller.sal.core.UpdateType; * The class represents an Edge, the Edge's Property Set and its UpdateType. * If update is on new properties added to an existing edge, appropriate type is CHANGED. */ +@Deprecated public class TopoEdgeUpdate { private Edge edge; private Set props;