Skip to content

Commit

Permalink
[OLINGO-1411] Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mibo committed Nov 25, 2019
1 parent 98d445a commit b81bc23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public R getODataResponse() {
int parseReplyAfter(String value) {
if (value == null || value.isEmpty()) {
return DEFAULT_RETRY_AFTER;

}
try {
int n = Integer.parseInt(value);
if (n < 0) {
Expand Down

0 comments on commit b81bc23

Please sign in to comment.