commit | 832b2f93c9ce92aa1efb60e04e752ed83955fdc9 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Thu Sep 06 10:35:38 2018 -0700 |
committer | Thomas Vachuska <tom@opennetworking.org> | Thu Sep 06 20:35:39 2018 +0000 |
tree | b7845c432054e00e1a64fea188ec862002025b39 | |
parent | 43caa25640b6fcdac06b8d1c4ba0195c17ce7d47 [diff] |
Remove deprected API Change-Id: Ic63fb0c2552c2223a319b5933731b3153cd374b0
diff --git a/cli/src/main/java/org/onosproject/cli/net/AddPointToPointIntentCommand.java b/cli/src/main/java/org/onosproject/cli/net/AddPointToPointIntentCommand.java index b14d956..264eb39 100644 --- a/cli/src/main/java/org/onosproject/cli/net/AddPointToPointIntentCommand.java +++ b/cli/src/main/java/org/onosproject/cli/net/AddPointToPointIntentCommand.java
@@ -49,16 +49,6 @@ required = true, multiValued = false) String egressDeviceString = null; - - /** - * Option to produce protected path. - * @deprecated in 1.9.0 - */ - // -p already defined in ConnectivityIntentCommand - @Deprecated - @Option(name = "-r", aliases = "--protect", - description = "(deprecated) Utilize path protection", - required = false, multiValued = false) private boolean backup = false; /**