Skip to content

Commit 4908571

Browse files
committed
Deprecate get_telemetryRefreshRate method
1 parent 52e0cdb commit 4908571

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,14 @@ public String telemetryURL() {
355355
return _telemetryURL;
356356
}
357357

358+
/**
359+
* @deprecated As of release 4.X.X, replaced by {@link #getTelemetryRefreshRate()} } //todo update version
360+
**/
361+
@Deprecated
362+
public int get_telemetryRefreshRate() {
363+
return _telemetryRefreshRate;
364+
}
365+
358366
public int getTelemetryRefreshRate() {
359367
return _telemetryRefreshRate;
360368
}

0 commit comments

Comments
 (0)