Skip to content

Commit

Permalink
Suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Jul 30, 2023
1 parent e317ba6 commit 61cc147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
import javax.lang.model.SourceVersion;
import javax.tools.DiagnosticListener;
import javax.tools.JavaCompiler;
import javax.tools.JavaCompiler.CompilationTask;
import javax.tools.JavaFileManager;
import javax.tools.JavaFileObject;
import javax.tools.StandardJavaFileManager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public void suppressionAnnotationIgnoredWithOptions() {
}

@Test
public void dontRunDisabledChecks() {
public void dontRunPatchForDisabledChecks() {
compilationHelper
.addSourceLines(
"Test.java",
Expand Down

0 comments on commit 61cc147

Please sign in to comment.