Skip to content

Commit

Permalink
Rename Slf4JLogStatementTest to Slf4jLogStatementTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Badbond committed Oct 10, 2022
1 parent 757d5b1 commit bb46114
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import com.google.errorprone.CompilationTestHelper;
import org.junit.jupiter.api.Test;

final class Slf4JLogStatementTest {
final class Slf4jLogStatementTest {
private final CompilationTestHelper compilationTestHelper =
CompilationTestHelper.newInstance(Slf4jLogStatement.class, getClass());
private final BugCheckerRefactoringTestHelper refactoringTestHelper =
Expand Down

0 comments on commit bb46114

Please sign in to comment.