aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2018-05-03 13:28:46 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-03 13:28:46 +0000
commit186db152c8748c1e1ccb6342b55880dca23415de (patch)
treecfb27fc93870352fd781f0e886db8ebbaf524984
parentc5edbee1a98997d7aada56d070a7646005ac3e1b (diff)
parent2f310236cb638a523686490d22e0d29c9a50b84b (diff)
Merge "Remove overlooking toString() from schema loader"
-rw-r--r--profiles/http/src/main/java/org/onap/cli/fw/http/schema/OnapCommandSchemaHttpLoader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/http/src/main/java/org/onap/cli/fw/http/schema/OnapCommandSchemaHttpLoader.java b/profiles/http/src/main/java/org/onap/cli/fw/http/schema/OnapCommandSchemaHttpLoader.java
index 1a13819a..5bb41207 100644
--- a/profiles/http/src/main/java/org/onap/cli/fw/http/schema/OnapCommandSchemaHttpLoader.java
+++ b/profiles/http/src/main/java/org/onap/cli/fw/http/schema/OnapCommandSchemaHttpLoader.java
@@ -203,7 +203,7 @@ public class OnapCommandSchemaHttpLoader {
break;
case OnapCommandHttpConstants.VERSION:
- srv.setVersion(serviceMap.get(key).toString());
+ srv.setVersion(serviceMap.get(key));
break;
case OnapCommandHttpConstants.AUTH: