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 Philipp Matthias Hahn <pm...@titan.lahn.de> on 2002/02/15 08:40:57 UTC

[PATCH] JPythonInterpreter

Hello!

CVS-batik dosn't compile because of an unneeded line of code.
Please apply.

BYtE
Philipp
-- 
  / /  (_)__  __ ____  __ Philipp Hahn
 / /__/ / _ \/ // /\ \/ /
/____/_/_//_/\_,_/ /_/\_\ pmhahn@titan.lahn.de

Re: [PATCH] JPythonInterpreter

Posted by Christophe Jolif <cj...@ilog.fr>.
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: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org