Fixed as per Java Code Conventions
authorSRINIVAS V <srinivasa.mohan@huawei.com>
Fri, 29 Dec 2017 10:41:33 +0000 (16:11 +0530)
committerSRINIVAS V <srinivasa.mohan@huawei.com>
Thu, 4 Jan 2018 05:55:52 +0000 (05:55 +0000)
Change-Id: I0b2315c4a48b5c1c267dec10ce22ded559c98192
Issue-ID: CCSDK-151
Signed-off-by: SRINIVAS V <srinivasa.mohan@huawei.com>
ueb-listener/src/main/java/org/onap/ccsdk/sli/northbound/uebclient/SdncUebCallback.java

index b9df86e..36a3392 100644 (file)
@@ -572,7 +572,7 @@ public class SdncUebCallback implements INotificationCallback {
                        insertToscaData(serviceModel.getSql(model_yaml));
                } catch (IOException e) {
                        LOG.error("Could not insert Tosca YAML data into the SERVICE_MODEL table ", e);
-                       // return;
+    
                }
 
                // Ingest Network (VL) Data - 1707