Skip to content

Commit

Permalink
correct processor path
Browse files Browse the repository at this point in the history
  • Loading branch information
markro49 committed Feb 8, 2024
1 parent 4af1b39 commit 485cad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@
<id>succeedingTypecheckers</id>
<properties>
<annotationProcessor1>org.checkerframework.checker.interning.InterningChecker</annotationProcessor1>
<annotationProcessor2>org.checkerframework.common.util.report.DoNothingProcessor</annotationProcessor2>
<annotationProcessor3>org.checkerframework.common.util.report.DoNothingProcessor</annotationProcessor3>
<annotationProcessor2>org.checkerframework.common.util.debug.DoNothingProcessor</annotationProcessor2>
<annotationProcessor3>org.checkerframework.common.util.debug.DoNothingProcessor</annotationProcessor3>
<annotationProcessor4>org.checkerframework.checker.signedness.SignednessChecker</annotationProcessor4>
<annotationProcessor5>org.checkerframework.checker.resourceleak.ResourceLeakChecker</annotationProcessor5>
<compilerArgument1></compilerArgument1> <!-- Keep type-checking errors as errors. -->
Expand Down

0 comments on commit 485cad2

Please sign in to comment.