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