Skip to content

Commit d96a62d

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 fe83f0d commit d96a62d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ public SplitChange fetch(long since, long sinceRBS, FetchOptions options) {
9797
);
9898
}
9999

100-
SplitChange splitChange = new SplitChange();
101100
if (specVersion.equals(Spec.SPEC_1_1)) {
102101
splitChange = convertBodyToOldSpec(response.body());
103102
} else {

0 commit comments

Comments
 (0)