Skip to content

Commit

Permalink
add misssing param
Browse files Browse the repository at this point in the history
  • Loading branch information
LoiNguyenCS authored Nov 24, 2023
1 parent 2ed6c09 commit ce9bb8f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public class MethodPrunerVisitor extends ModifierVisitor<Void> {
* @param methodsToKeep the set of methods whose bodies should be kept intact (usually the target
* methods for specimin)
* @param methodsToEmpty the set of methods whose bodies should be removed
* @param classesUsedByTargetMethods the classes used by target methods
*/
public MethodPrunerVisitor(
Set<String> methodsToKeep,
Expand Down

0 comments on commit ce9bb8f

Please sign in to comment.