fixed sonar issue in AssignVlanTagRequest 92/74492/1
authorSandeep J <sandeejh@in.ibm.com>
Tue, 11 Dec 2018 12:33:08 +0000 (18:03 +0530)
committerSandeep J <sandeejh@in.ibm.com>
Tue, 11 Dec 2018 12:33:15 +0000 (18:03 +0530)
fixed sonar issue

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

index 4b7a714..79c5818 100644 (file)
@@ -1,5 +1,6 @@
 /*******************************************************************************\r
  * Copyright © 2017-2018 AT&T Intellectual Property.\r
+ * Modifications Copyright © 2017-2018 AT&T Intellectual Property.\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 AssignVlanTagRequest {\r
        \r
-       private @Valid List<AssignVlanTagRequestInput> input = new ArrayList<AssignVlanTagRequestInput>();\r
+       private @Valid List<AssignVlanTagRequestInput> input = new ArrayList<>();\r
 \r
          /**\r
           **/\r