From: Sandeep J Date: Tue, 11 Dec 2018 12:44:39 +0000 (+0530) Subject: fixed sonar Issue in UnassignVlanTagResponse X-Git-Tag: 0.4.0~29^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f811f19ec00c7cbde038a8708c803f5f08278525;p=ccsdk%2Fapps.git fixed sonar Issue in UnassignVlanTagResponse fixed sonar issue Issue-ID: CCSDK-552 Change-Id: I72d4a96a8eddcb146eb1904ba9d6031ec6a3b940 Signed-off-by: Sandeep J --- diff --git a/ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/model/UnassignVlanTagResponse.java b/ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/model/UnassignVlanTagResponse.java index 2bc95daa..4d2f1a51 100644 --- a/ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/model/UnassignVlanTagResponse.java +++ b/ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/model/UnassignVlanTagResponse.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. @@ -32,7 +33,7 @@ import io.swagger.annotations.ApiModelProperty; * @version 1.0 */ public class UnassignVlanTagResponse { - private @Valid List output = new ArrayList(); + private @Valid List output = new ArrayList<>(); private @Valid Integer errorCode = null; private @Valid String errorMessage = null;