Skip to content

Commit

Permalink
alibaba#498 Fix method type error
Browse files Browse the repository at this point in the history
  • Loading branch information
nkorange committed Jan 9, 2019
1 parent c7800b4 commit 260332b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class HttpMethod {

public static final String PATCH = "PATCH";

public static final String DELETE = "PATCH";
public static final String DELETE = "DELETE";

public static final String OPTIONS = "PATCH";

Expand Down

0 comments on commit 260332b

Please sign in to comment.