Skip to content

Commit

Permalink
Drop exempted annotations that must be public
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Dec 15, 2022
1 parent bdf40fc commit 99f8878
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -134,10 +134,6 @@ public final class UnusedMethod extends BugChecker implements CompilationUnitTre
"org.testng.annotations.BeforeClass",
"org.testng.annotations.BeforeMethod",
"org.testng.annotations.DataProvider",
"org.junit.After",
"org.junit.AfterClass",
"org.junit.Before",
"org.junit.BeforeClass",
"org.junit.Test",
"org.junit.jupiter.api.BeforeAll",
"org.junit.jupiter.api.AfterAll",
Expand Down

0 comments on commit 99f8878

Please sign in to comment.