Skip to content

Commit b32d3ca

Browse files
committed
Revert requestor change
1 parent 3461149 commit b32d3ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/DefaultFDv2Requestor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public void onResponse(@Nonnull Call call, @Nonnull Response response) {
150150
response.close();
151151
}
152152
}
153-
});
153+
});
154154

155155
} catch (Exception e) {
156156
future.completeExceptionally(e);

0 commit comments

Comments
 (0)