commit | 34b7a493bac4aa79252fd49a739e69fbe3a8564e | [log] [tgz] |
---|---|---|
author | wu <wu.shaoyong@zte.com.cn> | Wed Apr 12 16:35:20 2017 +0800 |
committer | Thomas Vachuska <tom@onlab.us> | Thu May 11 22:27:40 2017 +0000 |
tree | b85dda351983c4816e1d688bd2537155a41ef5bc | |
parent | 5aa4cdf7834efbf2564f24a667620d0654a115ff [diff] |
ONOS-6285 ConnectivityIntentCommand.java: The 'appIdForIntent' variable in the 'key' method is not used, so it can be deleted. Change-Id: I072c1cf3eed54a8178581e2a8bb9e224b22856bb
diff --git a/cli/src/main/java/org/onosproject/cli/net/ConnectivityIntentCommand.java b/cli/src/main/java/org/onosproject/cli/net/ConnectivityIntentCommand.java index 0fd65d0..aa3c810 100644 --- a/cli/src/main/java/org/onosproject/cli/net/ConnectivityIntentCommand.java +++ b/cli/src/main/java/org/onosproject/cli/net/ConnectivityIntentCommand.java
@@ -446,7 +446,6 @@ */ protected Key key() { Key key = null; - ApplicationId appIdForIntent; if (intentKey != null) { key = Key.of(intentKey, appId());