Skip to content

Commit e73481c

Browse files
committed
Fix Public
1 parent 32fe678 commit e73481c

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class IterableApi {
4949
private String inboxSessionId;
5050
private IterableAuthManager authManager;
5151
private HashMap<String, String> deviceAttributes = new HashMap<>();
52-
public IterableKeychain keychain;
52+
private IterableKeychain keychain;
5353

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

0 commit comments

Comments
 (0)