diff options
-rw-r--r-- | src/test/test4/Dyn.java | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/test/test4/Dyn.java b/src/test/test4/Dyn.java deleted file mode 100644 index 83418d47..00000000 --- a/src/test/test4/Dyn.java +++ /dev/null @@ -1,22 +0,0 @@ -package test4; - -public class Dyn { - - public static int test9(int i, String s) { - return 9; - } - - public int test8(int i, String s) { - return 8; - } - - public static Integer boot(String numberString) - throws NoSuchMethodException, IllegalAccessException { - return Integer.valueOf(numberString); - } - - public Integer boot2(String numberString) - throws NoSuchMethodException, IllegalAccessException { - return Integer.valueOf(numberString); - } -} |