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


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

Reply via email to