renamed all modules
This commit is contained in:
15
testdata/src/main/java/data/AspectReceiver.java
vendored
Normal file
15
testdata/src/main/java/data/AspectReceiver.java
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
package data;
|
||||
|
||||
public class AspectReceiver {
|
||||
|
||||
public static void main2() {
|
||||
main(null);
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
new AspectReceiver().foo();
|
||||
}
|
||||
|
||||
public void foo() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user