commit | 65b9c0695c4d0d76ceb6a0ec19405c771b46d8d7 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Tue Jun 06 11:01:22 2017 -0700 |
committer | Thomas Vachuska <tom@onlab.us> | Tue Jun 06 19:59:42 2017 +0000 |
tree | b00176d0b1f2ec935522f9f2829187720eda0949 | |
parent | 991caf92eff42915e51324aa31a7d5e54511f2fd [diff] |
clarify which release APIs were deprecated in Change-Id: I1e036aaae500b0468b5b900031ebf6746da782f5
diff --git a/incubator/api/src/main/java/org/onosproject/incubator/net/virtual/VirtualNetworkStore.java b/incubator/api/src/main/java/org/onosproject/incubator/net/virtual/VirtualNetworkStore.java index 0f1936e..c38ce17 100644 --- a/incubator/api/src/main/java/org/onosproject/incubator/net/virtual/VirtualNetworkStore.java +++ b/incubator/api/src/main/java/org/onosproject/incubator/net/virtual/VirtualNetworkStore.java
@@ -239,6 +239,7 @@ * * @param intent intent * @param tunnelId tunnel identifier + * @deprecated in Kingfisher Release (1.10) */ @Deprecated void addTunnelId(Intent intent, TunnelId tunnelId); @@ -248,6 +249,7 @@ * * @param intent intent * @return set of tunnel identifiers + * @deprecated in Kingfisher Release (1.10) */ @Deprecated Set<TunnelId> getTunnelIds(Intent intent); @@ -257,6 +259,7 @@ * * @param intent intent * @param tunnelId tunnel identifier + * @deprecated in Kingfisher Release (1.10) */ @Deprecated void removeTunnelId(Intent intent, TunnelId tunnelId);