Skip to content

Commit

Permalink
Modernize
Browse files Browse the repository at this point in the history
  • Loading branch information
IanDarwin committed Sep 14, 2002
1 parent 1d86f8a commit ca25ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tools/jr.java.broken
Expand Up @@ -114,7 +114,7 @@ public class jr extends sun.tools.javac.Main {
System.out.println("runArgv has " + runArgv.size());

// Try running the compiler
if (compile((String[])compileArgv.toArray())) {
if (compile((String[])compileArgv.toArray(String.class))) {
System.out.println("Compile OK, trying to run");
try {
// Fetch the Class object for the just-compiled class
Expand Down

0 comments on commit ca25ed5

Please sign in to comment.