Collection syntax change because of Sonar
[aaf/authz.git] / auth / auth-gui / src / main / java / org / onap / aaf / auth / gui / pages / RequestDetail.java
index 626b7da..3e959ef 100644 (file)
@@ -86,7 +86,7 @@ public class RequestDetail extends Page {
                                                @Override
                                                public Cells code(Rcli<?> client) throws CadiException, ConnectException, APIException {
                                                        TimeTaken tt = trans.start("AAF Approval Details",Env.REMOTE);
-                                                       ArrayList<AbsCell[]> rv = new ArrayList<AbsCell[]>();
+                                                       ArrayList<AbsCell[]> rv = new ArrayList<>();
                                                        try {
                                                                Future<Approvals> fa = client.read(
                                                                        "/authz/approval/ticket/"+ticket,