commit | 2b3c69c17df5f7cb59355ee8696978153f3f1f2a | [log] [tgz] |
---|---|---|
author | zhiyong ke <ke.zhiyong@zte.com.cn> | Mon Apr 17 11:06:03 2017 +0800 |
committer | zhiyong ke <ke.zhiyong@zte.com.cn> | Mon Apr 17 11:25:01 2017 +0800 |
tree | ed73f4fdf4a9b877993cb2b677eeac81cbd48508 | |
parent | a4ee8b569e5b668995ccdfb3b81b1eb6f315fe50 [diff] |
Modifid the bug of 6176,https://jira.onosproject.org/browse/ONOS-6176 Change-Id: Ic5e575c8beea2cdbfc81cd1fa3f4ca780a909acc
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 7ebc3be..0a3256c 100644 --- a/cli/src/main/java/org/onosproject/cli/net/ConnectivityIntentCommand.java +++ b/cli/src/main/java/org/onosproject/cli/net/ConnectivityIntentCommand.java
@@ -420,7 +420,7 @@ if (resourceGroupId.toLowerCase().startsWith("0x")) { return ResourceGroup.of(Long.parseUnsignedLong(resourceGroupId.substring(2), 16)); } else { - return ResourceGroup.of(Long.parseUnsignedLong(resourceGroupId)); + return ResourceGroup.of(resourceGroupId); } } else { return null;