Skip to content

Commit b83c4c8

Browse files
author
Evan Greer
committed
makes keychain private
1 parent 33f69c3 commit b83c4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iterableapi/src/main/java/com/iterable/iterableapi/IterableApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class IterableApi {
5050
private String inboxSessionId;
5151
private IterableAuthManager authManager;
5252
private HashMap<String, String> deviceAttributes = new HashMap<>();
53-
public IterableKeychain keychain;
53+
private IterableKeychain keychain;
5454

5555
void fetchRemoteConfiguration() {
5656
apiClient.getRemoteConfiguration(new IterableHelper.IterableActionHandler() {

0 commit comments

Comments
 (0)