Skip to content

Commit 8a6cdf1

Browse files
chillaqsanzmauro
andauthored
Update client/src/main/java/io/split/client/HttpSplitChangeFetcher.java
Co-authored-by: Mauro Sanz <51236193+sanzmauro@users.noreply.github.com>
1 parent 4a07bc6 commit 8a6cdf1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,6 @@ public void setLastProxyCheckTimestamp(long lastProxyCheckTimestamp) {
125125
}
126126
}
127127

128-
private ChangeDto<RuleBasedSegment> createEmptyDTO() {
129-
ChangeDto<RuleBasedSegment> dto = new ChangeDto<>();
130-
dto.d = new ArrayList<>();
131-
dto.t = -1;
132-
dto.s = -1;
133-
return dto;
134-
}
135128

136129
private URI buildURL(FetchOptions options, long since, long sinceRBS) throws URISyntaxException {
137130
URIBuilder uriBuilder = new URIBuilder(_target).addParameter(SPEC, "" + specVersion);

0 commit comments

Comments
 (0)