renamed all modules
This commit is contained in:
12
testdata/src/main/java/jvmtwo/Runner.java
vendored
Normal file
12
testdata/src/main/java/jvmtwo/Runner.java
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
package jvmtwo;
|
||||
|
||||
public class Runner {
|
||||
|
||||
public static void run() {
|
||||
System.out.print("jvmtwo.Runner.run() running");
|
||||
}
|
||||
|
||||
public void run1() {
|
||||
System.out.print("jvmtwo.Runner.run1() running");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user