Skip to content

Commit

Permalink
Suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Mar 22, 2023
1 parent cc9324b commit 68fac51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ final class BugCheckerRules {
private BugCheckerRules() {}

/**
* Avoid calling {@link BugCheckerRefactoringTestHelper#setFixChooser(FixChooser)} with the
* default value of {@link FixChoosers#FIRST}.
* Avoid calling {@link BugCheckerRefactoringTestHelper#setFixChooser(FixChooser)} or {@link
* BugCheckerRefactoringTestHelper#setImportOrder(String)} with their respective default values.
*/
static final class BugCheckerRefactoringTestHelperIdentity {
@BeforeTemplate
Expand Down

0 comments on commit 68fac51

Please sign in to comment.