OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / classpath / java / lang / Compiler.java
index 56fb951..0d990e9 100644 (file)
@@ -74,7 +74,7 @@ public final class Compiler
    *         compilation failed, <code>true</code> if compilation succeeded
    * @throws NullPointerException if oneClass is null
    */
-  public static boolean compileClass(Class oneClass)
+  public static boolean compileClass(Class<?> oneClass)
   {
     return VMCompiler.compileClass(oneClass);
   }