fixed sonar Issue in UnassignVlanTagResponse 95/74495/1
authorSandeep J <sandeejh@in.ibm.com>
Tue, 11 Dec 2018 12:44:39 +0000 (18:14 +0530)
committerSandeep J <sandeejh@in.ibm.com>
Tue, 11 Dec 2018 12:45:07 +0000 (18:15 +0530)
fixed sonar issue

Issue-ID: CCSDK-552
Change-Id: I72d4a96a8eddcb146eb1904ba9d6031ec6a3b940
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/model/UnassignVlanTagResponse.java

index 2bc95da..4d2f1a5 100644 (file)
@@ -1,5 +1,6 @@
 /*******************************************************************************\r
  * Copyright © 2017-2018 AT&T Intellectual Property.\r
+ * Modifications Copyright © 2018 IBM.\r
  * \r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -32,7 +33,7 @@ import io.swagger.annotations.ApiModelProperty;
  * @version 1.0\r
  */\r
 public class UnassignVlanTagResponse {\r
-       private @Valid List<UnassignVlanTagResponseOutput> output = new ArrayList<UnassignVlanTagResponseOutput>();\r
+       private @Valid List<UnassignVlanTagResponseOutput> output = new ArrayList<>();\r
        private @Valid Integer errorCode = null;\r
        private @Valid String errorMessage = null;\r
 \r