Sonar fix: SdncVFModuleModel.java 11/75011/1
authorArundathi Patil <arundpil@in.ibm.com>
Thu, 20 Dec 2018 17:22:13 +0000 (22:52 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Thu, 20 Dec 2018 17:22:21 +0000 (22:52 +0530)
Fixed sonar issues/code-smells across this file

Issue-ID: CCSDK-867
Change-Id: I20c5214ce9ab3c2821e58b0c6e2530a0881ccc1d
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
ueb-listener/src/main/java/org/onap/ccsdk/sli/northbound/uebclient/SdncVFModuleModel.java

index 2ba8de0..914401f 100644 (file)
@@ -4,6 +4,7 @@
  * ================================================================================
  * Copyright (C) 2017 - 2018 AT&T Intellectual Property. All rights
  *                                             reserved.
+ * Modifications Copyright © 2018 IBM.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,14 +25,9 @@ package org.onap.ccsdk.sli.northbound.uebclient;
 import org.onap.sdc.tosca.parser.api.ISdcCsarHelper;
 import org.onap.sdc.tosca.parser.impl.SdcPropertyNames;
 import org.onap.sdc.toscaparser.api.Group;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
 
 public class SdncVFModuleModel extends SdncBaseModel {
        
-       private static final Logger LOG = LoggerFactory
-                       .getLogger(SdncVFModuleModel.class);
-       
        public SdncVFModuleModel(ISdcCsarHelper sdcCsarHelper, Group group, SdncVFModel vfNodeModel) {
 
                super(sdcCsarHelper, group);