Skip to content

Commit

Permalink
Add missing javadoc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed May 31, 2023
1 parent 54d0537 commit 1a00061
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7068,6 +7068,9 @@ protected static class SubstitutingMethodVisitor extends LocalVariableAwareMetho
*/
private int localVariableExtension;

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

/**
Expand Down

0 comments on commit 1a00061

Please sign in to comment.