aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2018-12-18 15:29:09 +0530
committerArundathi Patil <arundpil@in.ibm.com>2018-12-18 10:13:45 +0000
commit9695472daa4664caaeef0ef0d64101caf7d9e0e2 (patch)
treee2c2d4c5c038c94dc77baf4c8a1c743db28c8f32
parentbd4146f039fcf0377246bce0ef6ee93c24ea26dc (diff)
Sonar fix: SdncARModel.java
Fixed sonar issues/code-smells across this file Issue-ID: CCSDK-855 Change-Id: I5aa4859f2b30fb1efadd6d772cc5d80e00281c42 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
-rw-r--r--ueb-listener/src/main/java/org/onap/ccsdk/sli/northbound/uebclient/SdncARModel.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/ueb-listener/src/main/java/org/onap/ccsdk/sli/northbound/uebclient/SdncARModel.java b/ueb-listener/src/main/java/org/onap/ccsdk/sli/northbound/uebclient/SdncARModel.java
index adb82c6d..9cac459d 100644
--- a/ueb-listener/src/main/java/org/onap/ccsdk/sli/northbound/uebclient/SdncARModel.java
+++ b/ueb-listener/src/main/java/org/onap/ccsdk/sli/northbound/uebclient/SdncARModel.java
@@ -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) {