From 76fdf3ea035615915575d488ca3f6606f4c941da Mon Sep 17 00:00:00 2001 From: ms236b Date: Thu, 1 Aug 2019 13:36:13 -0400 Subject: Fixed the streams and the imports issues Fixed the issues with the streams and with the imports and space Issue-ID: DCAEGEN2-1517 Change-Id: I856f1fa3fc47faea19388096f739519db0fe41d8 Signed-off-by: ms236b --- .../java/org/onap/blueprintgenerator/models/componentspec/Auxilary.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blueprint-generator/src/main/java/org/onap/blueprintgenerator/models/componentspec/Auxilary.java') diff --git a/blueprint-generator/src/main/java/org/onap/blueprintgenerator/models/componentspec/Auxilary.java b/blueprint-generator/src/main/java/org/onap/blueprintgenerator/models/componentspec/Auxilary.java index 6d325db..01844f9 100644 --- a/blueprint-generator/src/main/java/org/onap/blueprintgenerator/models/componentspec/Auxilary.java +++ b/blueprint-generator/src/main/java/org/onap/blueprintgenerator/models/componentspec/Auxilary.java @@ -98,7 +98,7 @@ public class Auxilary { for(int i = 0; i < p.length(); i++) { if(p.charAt(i) == ':') { internal = '"' + internal + '"'; - internal = "concat:['" + internal + "', {get_input: external_port}]"; + internal = "concat: ['" + internal + "', {get_input: external_port}]"; ports.add(internal); } if(p.charAt(i) == ':' && !foundPort) { -- cgit 1.2.3-korg