Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yhyzgn committed Dec 24, 2019
1 parent 38caeae commit a9f0e32
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/java/com/yhy/http/pigeon/Pigeon.java
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ private HttpMethod<?> loadHttpMethod(Method method) {
result = HttpMethod.parseAnnotations(this, method);
httpMethodMap.put(method, result);
}
return result;
}
return result;
}

public static class Builder {
Expand Down

0 comments on commit a9f0e32

Please sign in to comment.