提交 e1a3de2a 编写于 作者: A ascrutae

Merge remote-tracking branch 'origin/master'

......@@ -70,7 +70,7 @@ public abstract class MethodMatcher {
public enum Modifier {
Public, Default, Private, Protected;
private ElementMatcher elementMatcher() {
private ElementMatcher.Junction<MethodDescription> elementMatcher() {
switch (this) {
case Private: {
return isPrivate();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册