Skip to content

Commit d387762

Browse files
committed
fix error message
1 parent a6fd325 commit d387762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/io/split/client/SplitClientConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ public SplitClientConfig build() {
803803
throw new IllegalStateException("streamingRetryDelay must be > 0");
804804
}
805805
if(_onDemandFetchMaxRetries <= 0) {
806-
throw new IllegalStateException("streamingRetryDelay must be > 0");
806+
throw new IllegalStateException("_onDemandFetchMaxRetries must be > 0");
807807
}
808808

809809
if (_failedAttemptsBeforeLogging < 0) {

0 commit comments

Comments
 (0)