Sonar fix: SdncARModel.java
authorArundathi Patil <arundpil@in.ibm.com>
Tue, 18 Dec 2018 09:59:09 +0000 (15:29 +0530)
committerArundathi Patil <arundpil@in.ibm.com>
Tue, 18 Dec 2018 10:13:45 +0000 (10:13 +0000)
Fixed sonar issues/code-smells across this file

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

index adb82c6..9cac459 100644 (file)
@@ -4,6 +4,7 @@
  * ================================================================================
  * Copyright (C) 2017 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.
@@ -22,7 +23,6 @@
 package org.onap.ccsdk.sli.northbound.uebclient;
 
 import java.io.IOException;
-import java.util.List;
 
 import org.onap.sdc.tosca.parser.api.ISdcCsarHelper;
 import org.onap.sdc.tosca.parser.impl.SdcPropertyNames;
@@ -37,7 +37,7 @@ public class SdncARModel extends SdncBaseModel {
        private static final Logger LOG = LoggerFactory
                        .getLogger(SdncARModel.class);
 
-       private String type = null;
+       private String type = null;
        private String subcategory = null;
 
        public SdncARModel(ISdcCsarHelper sdcCsarHelper, NodeTemplate nodeTemplate,DBResourceManager jdbcDataSource) {