Collection syntax change because of Sonar
[aaf/authz.git] / auth / auth-gui / src / main / java / org / onap / aaf / auth / gui / pages / NsHistory.java
index 96ec002..6d55858 100644 (file)
@@ -168,7 +168,7 @@ public class NsHistory extends Page {
                                return Cells.EMPTY;
                        }
                        
-                       final ArrayList<AbsCell[]> rv = new ArrayList<AbsCell[]>();
+                       final ArrayList<AbsCell[]> rv = new ArrayList<>();
                        String msg = null;
                        final TimeTaken tt = trans.start("AAF Get History for Namespace ["+oName+"]",Env.REMOTE);
                        try {