Skip to content

Commit 9e0a29f

Browse files
committed
try different empty array in config builder
1 parent cf12858 commit 9e0a29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public static class Builder {
9595
private double inAppDisplayInterval = 30.0;
9696
private IterableAuthHandler authHandler;
9797
private long expiringAuthTokenRefreshPeriod = 60000L;
98-
private String[] allowedProtocols = {};
98+
private String[] allowedProtocols = new String[0];
9999
public Builder() {}
100100

101101
/**

0 commit comments

Comments
 (0)