Skip to content

Commit 1a00061

Browse files
committed
Add missing javadoc comment.
1 parent 54d0537 commit 1a00061

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

byte-buddy-dep/src/main/java/net/bytebuddy/asm/MemberSubstitution.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7068,6 +7068,9 @@ protected static class SubstitutingMethodVisitor extends LocalVariableAwareMetho
70687068
*/
70697069
private int localVariableExtension;
70707070

7071+
/**
7072+
* {@code true} if at least one member was substituted during the application of this visitor.
7073+
*/
70717074
private boolean matched;
70727075

70737076
/**

0 commit comments

Comments
 (0)