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 /
+------//-------------------+