Collection syntax change because of Sonar
[aaf/authz.git] / auth / auth-core / src / main / java / org / onap / aaf / auth / rserv / RouteReport.java
index 5de2ebe..1c946e8 100644 (file)
@@ -28,6 +28,6 @@ public class RouteReport {
        public HttpMethods meth;
        public String path;
        public String desc;
-       public final List<String> contextTypes = new ArrayList<String>();
+       public final List<String> contextTypes = new ArrayList<>();
 
 }