From: Sandeep J Date: Tue, 11 Dec 2018 12:41:18 +0000 (+0530) Subject: fixed sonar issue in UnassignVlanTagRequest X-Git-Tag: 0.4.0~30^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6aeeb47a5f45123daee3dee67320a649bed2d5aa;p=ccsdk%2Fapps.git fixed sonar issue in UnassignVlanTagRequest fixed sonar issue Issue-ID: CCSDK-552 Change-Id: Ieedb5bcbc360477d19b4b3a7c73369e400eac76f Signed-off-by: Sandeep J --- diff --git a/ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/model/UnassignVlanTagRequest.java b/ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/model/UnassignVlanTagRequest.java index aa2f0ef9..8613c70f 100644 --- a/ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/model/UnassignVlanTagRequest.java +++ b/ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/model/UnassignVlanTagRequest.java @@ -1,5 +1,6 @@ /******************************************************************************* * Copyright © 2017-2018 AT&T Intellectual Property. + * Modifications Copyright © 2018 IBM. * * 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 UnassignVlanTagRequest { - private @Valid List input = new ArrayList(); + private @Valid List input = new ArrayList<>(); /** **/