You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2004/04/04 08:40:33 UTC

cvs commit: cocoon-2.1/src/blocks/javaflow/java/org/apache/cocoon/components/flow/java JavaInterpreter.java

antonio     2004/04/03 22:40:33

  Modified:    src/blocks/javaflow/java/org/apache/cocoon/components/flow/java
                        JavaInterpreter.java
  Log:
  Fixing Javadoc typo. (JavaScript -> Java)
  
  Revision  Changes    Path
  1.5       +3 -3      cocoon-2.1/src/blocks/javaflow/java/org/apache/cocoon/components/flow/java/JavaInterpreter.java
  
  Index: JavaInterpreter.java
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/src/blocks/javaflow/java/org/apache/cocoon/components/flow/java/JavaInterpreter.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- JavaInterpreter.java	4 Apr 2004 06:35:08 -0000	1.4
  +++ JavaInterpreter.java	4 Apr 2004 06:40:33 -0000	1.5
  @@ -113,9 +113,9 @@
       }
   
       /**
  -     * Calls a JavaScript function, passing <code>params</code> as its
  +     * Calls a Java function, passing <code>params</code> as its
        * arguments. In addition to this, it makes available the parameters
  -     * through the <code>cocoon.parameters</code> JavaScript array
  +     * through the <code>cocoon.parameters</code> Java array
        * (indexed by the parameter names).
        *
        * @param function a <code>String</code> value