From 5212cf96942624d74a4609e2a9eb5b2cb8791016 Mon Sep 17 00:00:00 2001 From: "norris%netscape.com" Date: Thu, 8 Jul 1999 00:37:12 +0000 Subject: [PATCH] Fix javadoc bug. --- .../org/mozilla/javascript/FunctionObject.java | 14 +++++++------- .../src/org/mozilla/javascript/FunctionObject.java | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/js/rhino/org/mozilla/javascript/FunctionObject.java b/js/rhino/org/mozilla/javascript/FunctionObject.java index 4d7e32821bc6..1537b01ff822 100644 --- a/js/rhino/org/mozilla/javascript/FunctionObject.java +++ b/js/rhino/org/mozilla/javascript/FunctionObject.java @@ -55,15 +55,15 @@ public class FunctionObject extends NativeFunction { * form. If the FunctionObject will be used as a constructor, * the member must have the following parameters *
-     *      (Context cx, Scriptable thisObj, Object[] args,
-     *       Function funObj) 
- * and if it is a Method, be static and return an Object result.

- * - * Otherwise, if the FunctionObject will not be used to define a - * constructor, the member must be a static Method with parameters - *

      *      (Context cx, Object[] args, Function ctorObj,
      *       boolean inNewExpr)
+ * and if it is a Method, be static and return an Object result.

+ * + * Otherwise, if the FunctionObject will not be used to define a + * constructor, the member must be a static Method with parameters + * (Context cx, Scriptable thisObj, Object[] args, + * Function funObj) + *

      * and an Object result.

* * When the function varargs form is called as part of a function call, diff --git a/js/rhino/src/org/mozilla/javascript/FunctionObject.java b/js/rhino/src/org/mozilla/javascript/FunctionObject.java index 4d7e32821bc6..1537b01ff822 100644 --- a/js/rhino/src/org/mozilla/javascript/FunctionObject.java +++ b/js/rhino/src/org/mozilla/javascript/FunctionObject.java @@ -55,15 +55,15 @@ public class FunctionObject extends NativeFunction { * form. If the FunctionObject will be used as a constructor, * the member must have the following parameters *

-     *      (Context cx, Scriptable thisObj, Object[] args,
-     *       Function funObj) 
- * and if it is a Method, be static and return an Object result.

- * - * Otherwise, if the FunctionObject will not be used to define a - * constructor, the member must be a static Method with parameters - *

      *      (Context cx, Object[] args, Function ctorObj,
      *       boolean inNewExpr)
+ * and if it is a Method, be static and return an Object result.

+ * + * Otherwise, if the FunctionObject will not be used to define a + * constructor, the member must be a static Method with parameters + * (Context cx, Scriptable thisObj, Object[] args, + * Function funObj)

+ *
      * and an Object result.

* * When the function varargs form is called as part of a function call,