diff options
author | gabe.maurer <gabe.maurer@att.com> | 2018-05-15 14:48:45 -0500 |
---|---|---|
committer | gabe.maurer <gabe.maurer@att.com> | 2018-05-15 14:50:05 -0500 |
commit | f129d3fde1205cffe9680959f365b618b1a3f85a (patch) | |
tree | d743c71a6d55ad4ab660d334c4ebe0a18d6f6d0c /auth/auth-batch/src/main/java/org | |
parent | 40a9c869994113c1d0701d205829c60837fe3e8b (diff) |
Increased code coverage auth batch
Issue-ID: AAF-233
Change-Id: I74b116e62c98d8cece3ff07594f469051a695797
Signed-off-by: gabe.maurer <gabe.maurer@att.com>
Diffstat (limited to 'auth/auth-batch/src/main/java/org')
-rw-r--r-- | auth/auth-batch/src/main/java/org/onap/aaf/auth/helpers/UserRole.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth-batch/src/main/java/org/onap/aaf/auth/helpers/UserRole.java b/auth/auth-batch/src/main/java/org/onap/aaf/auth/helpers/UserRole.java index d990bb11..9f366c81 100644 --- a/auth/auth-batch/src/main/java/org/onap/aaf/auth/helpers/UserRole.java +++ b/auth/auth-batch/src/main/java/org/onap/aaf/auth/helpers/UserRole.java @@ -130,7 +130,7 @@ public class UserRole implements Cloneable, CacheChange.Data { } public int totalLoaded() { - return totalLoaded(); + return totalLoaded; } public int deleted() { |