Skip to content

Commit b86ac75

Browse files
chillaqgthea
andauthored
Update client/src/main/java/io/split/client/SplitClientConfig.java
Co-authored-by: gthea <[email protected]>
1 parent 0b14464 commit b86ac75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ public CustomHeaderDecorator customHeaderDecorator() {
412412
return _customHeaderDecorator;
413413
}
414414

415-
public boolean isRootURIOverriden() {
416-
return _endpoint == SDK_ENDPOINT;
415+
public boolean isSdkEndpointOverridden() {
416+
return !_endpoint.equals(SDK_ENDPOINT);
417417
}
418418

419419
public CustomHttpModule alternativeHTTPModule() { return _alternativeHTTPModule; }

0 commit comments

Comments
 (0)