tkormann    02/03/22 04:21:17

  Modified:    sources/org/apache/batik/script InterpreterPool.java
  Removed:     sources/org/apache/batik/script DocumentProxy.java
                        SVGDocumentProxy.java
  Log:
  remove classes/methods that are not used anymore.
  
  Revision  Changes    Path
  1.10      +1 -14     xml-batik/sources/org/apache/batik/script/InterpreterPool.java
  
  Index: InterpreterPool.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/script/InterpreterPool.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- InterpreterPool.java      22 Mar 2002 10:59:26 -0000      1.9
  +++ InterpreterPool.java      22 Mar 2002 12:21:17 -0000      1.10
  @@ -27,7 +27,7 @@
    * files).</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Christophe Jolif</a>
  - * @version $Id: InterpreterPool.java,v 1.9 2002/03/22 10:59:26 hillion Exp $
  + * @version $Id: InterpreterPool.java,v 1.10 2002/03/22 12:21:17 tkormann Exp $
    */
   public class InterpreterPool {
   
  @@ -108,19 +108,6 @@
                   // not the scripting engine jar
               }
           return interpreter;
  -    }
  -    
  -    /**
  -     * We use Proxies that use WeakReference to prevent from referencing
  -     * directly the document, otherwhise, the WeakHashMap will be useless
  -     * as the document will never be in situation of beeing discarded.
  -     */
  -    protected static Document createDocumentProxy(Document document) {
  -        if (document instanceof SVGDocument) {
  -            return new SVGDocumentProxy((SVGDocument)document);
  -        } else {
  -            return new DocumentProxy(document);
  -        }
       }
   
       /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to