Browse Source

Remove unused file

tags/rel_3_26_0_ga
Rich Bolen 4 years ago
parent
commit
a90bc27e58
1 changed files with 0 additions and 22 deletions
  1. 0
    22
      src/test/test4/Dyn.java

+ 0
- 22
src/test/test4/Dyn.java View File

@@ -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);
}
}

Loading…
Cancel
Save