/*******************************************************************************\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
  * @version 1.0\r
  */\r
 public class UnassignVlanTagResponse {\r
-       private @Valid List<UnassignVlanTagResponseOutput> output = new ArrayList<UnassignVlanTagResponseOutput>();\r
+       private @Valid List<UnassignVlanTagResponseOutput> output = new ArrayList<>();\r
        private @Valid Integer errorCode = null;\r
        private @Valid String errorMessage = null;\r
 \r