Increased code coverage auth batch
[aaf/authz.git] / auth / auth-batch / src / main / java / org / onap / aaf / auth / helpers / UserRole.java
index d990bb1..9f366c8 100644 (file)
@@ -130,7 +130,7 @@ public class UserRole implements Cloneable, CacheChange.Data  {
        }
        
        public int totalLoaded() {
-               return totalLoaded();
+               return totalLoaded;
        }
        
        public int deleted() {