Collection syntax change because of Sonar
[aaf/authz.git] / auth / auth-gui / src / main / java / org / onap / aaf / auth / gui / pages / RoleDetailAction.java
index f2d2c01..f9f919a 100644 (file)
@@ -76,7 +76,7 @@ public class RoleDetailAction extends Page {
                                                                        /*fail =*/ gui.clientAsUser(trans.getUserPrincipal(), new Retryable<Boolean>() {
                                                                                @Override
                                                                                public Boolean code(Rcli<?> client) throws CadiException, ConnectException, APIException {
-                                                                                       List<TypedFuture> ltf = new ArrayList<TypedFuture>();
+                                                                                       List<TypedFuture> ltf = new ArrayList<>();
                                                                                        String text;
                                                                                        Map<String, String[]> pm = (Map<String, String[]>)req.getParameterMap();
                                                                                        for(final Entry<String, String[]> es : pm.entrySet()) {