Skip to content

Commit 682ba45

Browse files
chillaqsanzmauro
andauthored
Update client/src/main/java/io/split/client/HttpSplitChangeFetcher.java
Co-authored-by: Mauro Sanz <[email protected]>
1 parent 56082ef commit 682ba45

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ private ChangeDto<RuleBasedSegment> createEmptyDTO() {
133133
dto.s = -1;
134134
return dto;
135135
}
136-
private ChangeDto<Split> convertBodyToOldSpec(String body) {
137-
return Json.fromJson(body, SplitChangesOldPayloadDto.class).toChangeDTO();
138-
}
139136

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

0 commit comments

Comments
 (0)