fixed sonar issue
Issue-ID: CCSDK-552
Change-Id: Ieedb5bcbc360477d19b4b3a7c73369e400eac76f
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
/*******************************************************************************\r
* Copyright © 2017-2018 AT&T Intellectual Property.\r
+ * Modifications Copyright © 2018 IBM.\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 UnassignVlanTagRequest {\r
\r
- private @Valid List<UnassignVlanTagRequestInput> input = new ArrayList<UnassignVlanTagRequestInput>();\r
+ private @Valid List<UnassignVlanTagRequestInput> input = new ArrayList<>();\r
\r
/**\r
**/\r