Skip to content

Commit 4005677

Browse files
committed
test
1 parent 472737f commit 4005677

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/FairyHome/QinLove/DesignModel.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
package FairyHome.QinLove;
22

33
import org.junit.Test;
4-
import java.lang.reflect.Constructor;
5-
import java.lang.reflect.Proxy;
6-
import java.util.ArrayList;
7-
import java.util.List;
84

95
/**
106
* @author Black_ghost
@@ -31,6 +27,10 @@ public <E> void test02(String ...strs){
3127
System.out.println(strs.length);
3228

3329
}
30+
31+
public static void main(String[] args) {
32+
33+
}
3434
}
3535

3636

0 commit comments

Comments
 (0)