Great thanks.
On 8/21/06, Oshani Seneviratne <[EMAIL PROTECTED]> wrote:
Hi Jeremy,
> > //A map of imported schema definitions keyed by schema location URI
> > - private Map fImportedSchemas = new Hashtable();
> > + private Map<String,XmlSchema> fImportedSchemas = new Hashtable<String,
XmlSchema>();
>
> we're trying to keep all the code compilable by JDK 1.4 (one reason -
> Axis2 works with JDK 1.4) so we shouldn't be coding generics I'm
> 'fraid.
>
Thanks for pointing this out! I will remove the generics. for each
loops, and all the other jdk 1.5 things that were pointed as warnings
by my IDE and commit the code once again.
Thanks again,
Oshani.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]