renamed all modules
This commit is contained in:
8
testdata/src/main/java/remote/One.java
vendored
Normal file
8
testdata/src/main/java/remote/One.java
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
package remote;
|
||||
|
||||
public class One {
|
||||
|
||||
public void run() {
|
||||
System.out.print("first load");
|
||||
}
|
||||
}
|
||||
8
testdata/src/main/java/remote/One2.java
vendored
Normal file
8
testdata/src/main/java/remote/One2.java
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
package remote;
|
||||
|
||||
public class One2 {
|
||||
|
||||
public void run() {
|
||||
System.out.print("second load");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user