Collection syntax change because of Sonar
[aaf/authz.git] / auth / auth-gui / src / main / java / org / onap / aaf / auth / gui / pages / PermHistory.java
index b7a9960..37a2c22 100644 (file)
@@ -175,7 +175,7 @@ public class PermHistory extends Page {
                                return Cells.EMPTY;
                        }
                        
-                       final ArrayList<AbsCell[]> rv = new ArrayList<AbsCell[]>();
+                       final ArrayList<AbsCell[]> rv = new ArrayList<>();
                        String msg = null;
                        try {
                                gui.clientAsUser(trans.getUserPrincipal(), new Retryable<Void>() {