summaryrefslogtreecommitdiffstats
path: root/auth/auth-batch
diff options
context:
space:
mode:
Diffstat (limited to 'auth/auth-batch')
-rw-r--r--auth/auth-batch/src/main/java/org/onap/aaf/auth/helpers/Perm.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth-batch/src/main/java/org/onap/aaf/auth/helpers/Perm.java b/auth/auth-batch/src/main/java/org/onap/aaf/auth/helpers/Perm.java
index ce22724b..ee588f31 100644
--- a/auth/auth-batch/src/main/java/org/onap/aaf/auth/helpers/Perm.java
+++ b/auth/auth-batch/src/main/java/org/onap/aaf/auth/helpers/Perm.java
@@ -105,7 +105,7 @@ public class Perm implements Comparable<Perm> {
tt = trans.start("Load Perms", Env.SUB);
try {
while (iter.hasNext()) {
- row = iter.next();
+ row = iter.next();
Perm pk = new Perm(
row.getString(0),row.getString(1),row.getString(2),
row.getString(3), row.getString(4), row.getSet(5,String.class));