X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=blobdiff_plain;f=auth%2Fauth-batch%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Faaf%2Fauth%2Fbatch%2Fhelpers%2FRole.java;fp=auth%2Fauth-batch%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Faaf%2Fauth%2Fbatch%2Fhelpers%2FRole.java;h=a61619eae685721f2c4139505b4b402f421ea7a6;hp=0b5e6b8bde034b66296b6926f5f92e094fefdf49;hb=165e298554f06ecd0545df604e11736ebf71566d;hpb=9dab8be3addc9b1bcf650b35d3834f99200cb957 diff --git a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/Role.java b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/Role.java index 0b5e6b8b..a61619ea 100644 --- a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/Role.java +++ b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/Role.java @@ -43,8 +43,8 @@ import com.datastax.driver.core.SimpleStatement; import com.datastax.driver.core.Statement; public class Role implements Comparable { - protected static final SortedMap> data = new TreeMap<>(); - protected static final SortedMap keys = new TreeMap<>(); + public static final SortedMap> data = new TreeMap<>(); + public static final SortedMap keys = new TreeMap<>(); public static final SortedMap byName = new TreeMap<>(); private static List deleteRoles = new ArrayList<>();