We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b14464 commit b86ac75Copy full SHA for b86ac75
client/src/main/java/io/split/client/SplitClientConfig.java
@@ -412,8 +412,8 @@ public CustomHeaderDecorator customHeaderDecorator() {
412
return _customHeaderDecorator;
413
}
414
415
- public boolean isRootURIOverriden() {
416
- return _endpoint == SDK_ENDPOINT;
+ public boolean isSdkEndpointOverridden() {
+ return !_endpoint.equals(SDK_ENDPOINT);
417
418
419
public CustomHttpModule alternativeHTTPModule() { return _alternativeHTTPModule; }
0 commit comments