Skip to content

Commit 65ae79d

Browse files
remove patch verb, not supported by HttpUrlConnection
1 parent c775d45 commit 65ae79d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
*/
88
public enum Verb
99
{
10-
GET, POST, PUT, DELETE, HEAD, OPTIONS, TRACE, PATCH
10+
GET, POST, PUT, DELETE, HEAD, OPTIONS, TRACE
1111
}

0 commit comments

Comments
 (0)