Remove public modifier on JUnit5 lifecycle methods
See gh-17292
This commit is contained in:
@@ -39,7 +39,7 @@ public abstract class AbstractMetadataGenerationTests {
|
||||
private TestCompiler compiler;
|
||||
|
||||
@BeforeEach
|
||||
public void createCompiler() throws IOException {
|
||||
void createCompiler() throws IOException {
|
||||
this.compiler = new TestCompiler(this.tempDir);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user