We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2333711 commit a37949eCopy full SHA for a37949e
memshell-party-common/src/main/java/com/reajason/javaweb/buddy/LogRemoveMethodVisitor.java
@@ -31,7 +31,7 @@ public class LogRemoveMethodVisitor implements AsmVisitorWrapper.ForDeclaredMeth
31
public static DynamicType.Builder<?> extend(DynamicType.Builder<?> builder) {
32
return builder.visit(
33
new AsmVisitorWrapper.ForDeclaredMethods()
34
- .method(ElementMatchers.any(), LogRemoveMethodVisitor.INSTANCE));
+ .invokable(ElementMatchers.any(), LogRemoveMethodVisitor.INSTANCE));
35
}
36
37
@NotNull
0 commit comments