Collection syntax change because of Sonar
[aaf/authz.git] / auth / auth-service / src / test / java / org / onap / aaf / auth / service / validation / test / JU_ServiceValidator.java
index f304fcc..872161a 100644 (file)
@@ -91,7 +91,7 @@ public class JU_ServiceValidator {
                to.ns = "namespace";
                to.name = "name";
                to.description = "description";
-               Set<String> permissions = new HashSet<String>();
+               Set<String> permissions = new HashSet<>();
                permissions.add("perm1");
                to.perms = permissions;