From a90bc27e5886d9cdd359580875e92bf0dd772a1f Mon Sep 17 00:00:00 2001 From: Rich Bolen Date: Fri, 30 Aug 2019 06:03:16 -0400 Subject: [PATCH] Remove unused file --- src/test/test4/Dyn.java | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/test/test4/Dyn.java 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); - } -} -- 2.39.5