Skip to content

Commit

Permalink
Reword...
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Mar 10, 2023
1 parent 9df685e commit 59abfd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private static Fix suggestLocale(int insertPosition, String locale) {
.build();
}

// TODO: Consider creating a helper method in `SuggestedFixes`.
// TODO: Consider making this a helper method in `SuggestedFixes`.
private static int getClosingParenPosition(MethodInvocationTree tree, VisitorState state) {
int startPosition = ASTHelpers.getStartPosition(tree);
if (startPosition == Position.NOPOS) {
Expand Down

0 comments on commit 59abfd4

Please sign in to comment.