fixed sonar issue in UnassignVlanTagRequest 94/74494/1
authorSandeep J <sandeejh@in.ibm.com>
Tue, 11 Dec 2018 12:41:18 +0000 (18:11 +0530)
committerSandeep J <sandeejh@in.ibm.com>
Tue, 11 Dec 2018 12:41:24 +0000 (18:11 +0530)
fixed sonar issue

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

index aa2f0ef..8613c70 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
@@ -33,7 +34,7 @@ import io.swagger.annotations.ApiModelProperty;
  */\r
 public class UnassignVlanTagRequest {\r
 \r
-       private @Valid List<UnassignVlanTagRequestInput> input = new ArrayList<UnassignVlanTagRequestInput>();\r
+       private @Valid List<UnassignVlanTagRequestInput> input = new ArrayList<>();\r
 \r
        /**\r
          **/\r