We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d1236 commit c791213Copy full SHA for c791213
src/test/java/org/codehaus/plexus/archiver/jar/JarToolModularJarArchiverTest.java
@@ -45,7 +45,7 @@ public class JarToolModularJarArchiverTest
45
* Configures the ModularJarArchiver for the test cases.
46
*/
47
@Before
48
- public void ModularJarArchiver()
+ public void setup()
49
throws Exception
50
{
51
File jarFile = new File( "target/output/modular.jar" );
0 commit comments