Skip to content

Commit

Permalink
8235216: typo in test filename
Browse files Browse the repository at this point in the history
Renamed MutliReleaseModuleInfoTest.java to MultiReleaseModuleInfoTest.java

Reviewed-by: jjg
  • Loading branch information
asotona committed Mar 10, 2020
1 parent 0fd2ac7 commit 5eef59d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @modules jdk.compiler/com.sun.tools.javac.api
* jdk.compiler/com.sun.tools.javac.main
* @build toolbox.ToolBox toolbox.JarTask toolbox.JavacTask
* @run main MutliReleaseModuleInfoTest
* @run main MultiReleaseModuleInfoTest
*/

import java.nio.file.Paths;
Expand All @@ -49,7 +49,7 @@
import toolbox.ToolBox;


public class MutliReleaseModuleInfoTest {
public class MultiReleaseModuleInfoTest {

private final String service_mi =
"module service {\n" +
Expand Down Expand Up @@ -82,7 +82,7 @@ public class MutliReleaseModuleInfoTest {
private final ToolBox tb = new ToolBox();

public static void main(String [] args) throws Exception {
new MutliReleaseModuleInfoTest().runTest();
new MultiReleaseModuleInfoTest().runTest();
}

private void runTest() throws Exception {
Expand Down

0 comments on commit 5eef59d

Please sign in to comment.