Collection syntax change because of Sonar
[aaf/authz.git] / auth / auth-batch / src / main / java / org / onap / aaf / auth / update / ExpiringP2.java
index f568b33..79e127d 100644 (file)
@@ -89,7 +89,7 @@ public class ExpiringP2 extends Batch {
                String line,prev="";
                try {
                        UserRole ur;
-                       Map<String,Count> tally = new HashMap<String,Count>();
+                       Map<String,Count> tally = new HashMap<>();
                        int count=0;
                        try {
                                while((line=urDeleteF.readLine())!=null) {