Fixed sonar issues in NamegenRequest.java 87/74587/1
authorezhil <ezhrajam@in.ibm.com>
Wed, 12 Dec 2018 18:13:23 +0000 (23:43 +0530)
committerezhil <ezhrajam@in.ibm.com>
Wed, 12 Dec 2018 18:13:55 +0000 (23:43 +0530)
Fixed sonar issues
Issue-ID: CCSDK-825
Change-Id: If085726631b98d5c070feae39e1a7ba8f65067e9
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
ms/neng/src/main/java/org/onap/ccsdk/apps/ms/neng/core/resource/model/NameGenRequest.java

index 9fa9141..e1006be 100644 (file)
@@ -3,6 +3,7 @@
  * ONAP : CCSDK.apps
  * ================================================================================
  * Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
+ * Modifications Copyright (C) 2018 IBM.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -30,8 +31,8 @@ import java.util.Map;
 public class NameGenRequest implements Serializable {
     private static final long serialVersionUID = -8039686696076337053L;
 
-    List<Map<String, String>> elements;
-    Boolean useDb;
+    private List<Map<String, String>> elements;
+    private Boolean useDb;
 
     public List<Map<String, String>> getElements() {
         return elements;