Martin Poeschl wrote:

> in XmlToAppData there is:
> 
> private AppData app;
> ....
> public AppData parseFile(String xml, AppData app)
> {
>     ...  // app never used in method
>     return app;
> }
> 
> shouldn't there be a line
> this.app = app;
> in the method??
> 
> i think the method will return the parameter app and not the class app ...
> am i wrong?
> could someone please explain??

A bit of sloppy programming on my part.  I was trying to sort out how to
make a second pass over the schema and the code worked as it currently
is written, though it is not written well.  I will fix it up.

John McNally

> 
> thanx
> 
> martin
> 
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to