Port to java 17
[ccsdk/apps.git] / ms / vlantag-api / src / main / java / org / onap / ccsdk / apps / ms / vlantagapi / core / model / AssignVlanTagRequest.java
index 4b7a714..2677f5b 100644 (file)
@@ -1,5 +1,6 @@
 /*******************************************************************************\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
@@ -19,7 +20,7 @@ import java.util.ArrayList;
 import java.util.List;\r
 import java.util.Objects;\r
 \r
-import javax.validation.Valid;\r
+import jakarta.validation.Valid;\r
 \r
 import com.fasterxml.jackson.annotation.JsonProperty;\r
 \r
@@ -33,7 +34,7 @@ import io.swagger.annotations.ApiModelProperty;
  */\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