renamed all modules
This commit is contained in:
9
testdata-subloader/src/main/java/subpkg/InvokerC.java
Normal file
9
testdata-subloader/src/main/java/subpkg/InvokerC.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package subpkg;
|
||||
|
||||
public class InvokerC {
|
||||
|
||||
public void run() {
|
||||
System.out.println("InvokerC.run() running");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user