Re: FIX: BCELify - setInitValue()

Niclas Hedhman <[email protected]>
Newsgroups gmane.comp.jakarta.bcel.devel
Organization Private
Message-ID <[email protected]>
On Thursday 21 October 2004 18:41, Lukas Zapletal wrote:
>     field.setInitValue(XXX)
>
> but it should be
>
>     field.setInitValue(XXX);

To be more exact;

_out.println("    field.setInitValue(" + value + ")");

should be

_out.println("    field.setInitValue(" + value + ");");


Sorry, I don't have commit right here, and those who does are far apart.

Cheers
Niclas
-- 
   +------//-------------------+
  / http://www.bali.ac        /
 / http://niclas.hedhman.org / 
+------//-------------------+
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.