From: Sandeep J Date: Tue, 11 Dec 2018 12:33:08 +0000 (+0530) Subject: fixed sonar issue in AssignVlanTagRequest X-Git-Tag: 0.4.0~32^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f915710ac0488719295f8b43321619fb8a2e5589;p=ccsdk%2Fapps.git fixed sonar issue in AssignVlanTagRequest fixed sonar issue Issue-ID: CCSDK-552 Change-Id: Ifc17a47ccddd2b1a6f79550edc2d60b1d91b3d5a Signed-off-by: Sandeep J --- diff --git a/ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/model/AssignVlanTagRequest.java b/ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/model/AssignVlanTagRequest.java index 4b7a7146..79c58188 100644 --- a/ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/model/AssignVlanTagRequest.java +++ b/ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/model/AssignVlanTagRequest.java @@ -1,5 +1,6 @@ /******************************************************************************* * Copyright © 2017-2018 AT&T Intellectual Property. + * Modifications Copyright © 2017-2018 AT&T Intellectual Property. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,7 +34,7 @@ import io.swagger.annotations.ApiModelProperty; */ public class AssignVlanTagRequest { - private @Valid List input = new ArrayList(); + private @Valid List input = new ArrayList<>(); /** **/