We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf12858 commit 9e0a29fCopy full SHA for 9e0a29f
iterableapi/src/main/java/com/iterable/iterableapi/IterableConfig.java
@@ -95,7 +95,7 @@ public static class Builder {
95
private double inAppDisplayInterval = 30.0;
96
private IterableAuthHandler authHandler;
97
private long expiringAuthTokenRefreshPeriod = 60000L;
98
- private String[] allowedProtocols = {};
+ private String[] allowedProtocols = new String[0];
99
public Builder() {}
100
101
/**
0 commit comments