nashorn/src/jdk/nashorn/internal/runtime/ScriptFunctionData.java
changeset 24731 ab0c8fc915ae
parent 24729 2b13051f2122
child 24733 1e825be55fd1
--- a/nashorn/src/jdk/nashorn/internal/runtime/ScriptFunctionData.java	Wed Mar 26 15:00:32 2014 +0100
+++ b/nashorn/src/jdk/nashorn/internal/runtime/ScriptFunctionData.java	Thu Mar 27 11:45:54 2014 +0100
@@ -219,8 +219,7 @@
 
     /**
      * If we can have lazy code generation, this is a hook to ensure that the code has been compiled.
-     * This does not guarantee the code been installed in this {@code ScriptFunctionData} instance;
-     * use {@link #ensureCodeGenerated()} to install the actual method handles.
+     * This does not guarantee the code been installed in this {@code ScriptFunctionData} instance
      */
     protected void ensureCompiled() {
         //empty