Skip to content

Commit 75353ec

Browse files
Fixed NPE for timeout
2 parents 26cbb06 + 5dfa1cf commit 75353ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/scribe/model/Request.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,4 @@ public static enum Verb
245245
{
246246
GET, POST, PUT, DELETE
247247
}
248-
}
248+
}

0 commit comments

Comments
 (0)