Collection syntax change because of Sonar
[aaf/authz.git] / auth / auth-gui / src / main / java / org / onap / aaf / auth / gui / pages / RoleHistory.java
index 5f7625a..4a9bd36 100644 (file)
@@ -171,7 +171,7 @@ public class RoleHistory extends Page {
                                        rv = gui.clientAsUser(trans.getUserPrincipal(), new Retryable<Cells>() {
                                                @Override
                                                public Cells code(Rcli<?> client) throws CadiException, ConnectException, APIException {
-                                                       ArrayList<AbsCell[]> rv = new ArrayList<AbsCell[]>();
+                                                       ArrayList<AbsCell[]> rv = new ArrayList<>();
                                                        TimeTaken tt = trans.start("AAF Get History for Namespace ["+oName+"]",Env.REMOTE);
                                                        String msg = null;
                                                        try {