Skip to content

Commit

Permalink
doc: applied feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonVerhoeven authored Aug 29, 2023
1 parent 3ac2407 commit dae84cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authoring-recipes/multiple-visitors.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public class FinalizeLocalVariables extends Recipe {

// TODO: Return if the varDec is an instance or class variable

// TODO: If none of the above apply, find all use cases for the variables and determine whether or not they're reassigned. If none have been, add the final modifier. If one or more has, do nothing.
// TODO: If none of the above apply, find all use cases for the variables and determine whether or not they're reassigned. If none have been, add the final modifier. If one ore more has, do nothing.

return variableDeclarations;
}
Expand Down

0 comments on commit dae84cc

Please sign in to comment.