You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by cj...@apache.org on 2001/03/19 12:10:45 UTC

cvs commit: xml-batik/sources/org/apache/batik/script/rhino RhinoInterpreter.java

cjolif      01/03/19 03:10:44

  Modified:    sources/org/apache/batik/script/rhino RhinoInterpreter.java
  Log:
  doc warning
  
  Revision  Changes    Path
  1.4       +2 -2      xml-batik/sources/org/apache/batik/script/rhino/RhinoInterpreter.java
  
  Index: RhinoInterpreter.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/script/rhino/RhinoInterpreter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RhinoInterpreter.java	2001/01/24 14:51:03	1.3
  +++ RhinoInterpreter.java	2001/03/19 11:10:43	1.4
  @@ -30,7 +30,7 @@
    * A simple implementation of <code>Interpreter</code> interface to use
    * Rhino ECMAScript interpreter.
    * @author <a href="mailto:cjolif@ilog.fr">Christophe Jolif</a>
  - * @version $Id: RhinoInterpreter.java,v 1.3 2001/01/24 14:51:03 cjolif Exp $
  + * @version $Id: RhinoInterpreter.java,v 1.4 2001/03/19 11:10:43 cjolif Exp $
    */
   public class RhinoInterpreter implements Interpreter {
       private Scriptable scope = null;
  @@ -50,7 +50,7 @@
       /**
        * Build a <code>Interpreter</code> for ECMAScript using Rhino.
        * @see org.apache.batik.script.Interpreter
  -     * @see org.apache.batik.refimpl.ConcreateInterpreterPool
  +     * @see org.apache.batik.script.InterpreterPool
        */
       public RhinoInterpreter() {
           // entering a context
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org