Thanks Philipp,

I will commit your patch today.

Philipp Matthias Hahn wrote:

> Hello!
> 
> CVS-batik dosn't compile because of an unneeded line of code.
> Please apply.
> 
> BYtE
> Philipp
> 
> 
> ------------------------------------------------------------------------
> 
> Index: JPythonInterpreter.java
> ===================================================================
> RCS file: 
>/home/cvspublic/xml-batik/sources/org/apache/batik/script/jpython/JPythonInterpreter.java,v
> retrieving revision 1.4
> diff -u -r1.4 JPythonInterpreter.java
> --- JPythonInterpreter.java   8 Oct 2001 15:04:39 -0000       1.4
> +++ JPythonInterpreter.java   15 Feb 2002 07:39:16 -0000
> @@ -47,7 +47,6 @@
>      public Object evaluate(String script)
>          throws InterpreterException {
>          try {
> -            String str = sbuffer.toString();
>              interpreter.exec(script);
>          } catch (org.python.core.PyException e) {
>              throw new InterpreterException(e, e.getMessage(), -1, -1);
> 


-- 
Christophe


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

Reply via email to