Skip to content

Commit

Permalink
Clean doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Diederichs committed Mar 10, 2023
1 parent 1beb1c4 commit 7eb1eaa
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
package tech.picnic.errorprone.refasterrules;

import com.google.errorprone.BugCheckerRefactoringTestHelper;
import com.google.errorprone.BugCheckerRefactoringTestHelper.FixChooser;
import com.google.errorprone.BugCheckerRefactoringTestHelper.FixChoosers;
import com.google.errorprone.refaster.annotation.AfterTemplate;
import com.google.errorprone.refaster.annotation.BeforeTemplate;
import tech.picnic.errorprone.refaster.annotation.OnlineDocumentation;

/** Refaster rules related to BugChecker classes. */
@OnlineDocumentation
final class BugCheckerRules {
private BugCheckerRules() {}

/**
* Drop {@link
* BugCheckerRefactoringTestHelper#setFixChooser(BugCheckerRefactoringTestHelper.FixChooser)} when
* set to the default {@link FixChoosers#FIRST}.
* Drop {@link BugCheckerRefactoringTestHelper#setFixChooser(FixChooser)} when set to the default
* {@link FixChoosers#FIRST}.
*/
static final class SetFixChooserDefault {
@BeforeTemplate
Expand Down

0 comments on commit 7eb1eaa

Please sign in to comment.