fixed sonar issue
Issue-ID: CCSDK-552
Change-Id: Ifc17a47ccddd2b1a6f79550edc2d60b1d91b3d5a
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
/*******************************************************************************\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
*/\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