[EMAIL PROTECTED] writes:
> +import java.util.Hashtable;
[...]
> + /** Map of request parameters to FileItem[]'s */
> + private Hashtable fileParameters = new Hashtable();
> +
Can we keep everything on the collections classes unless we expose this
object somewhere to the public API? I'd like to get rid of Hashtable in
as many places as possible.
Map fileParameters = new HashMap();
Regards
Henning
--
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH
[EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/
Java, perl, Solaris, Linux, xSP Consulting, Web Services
freelance consultant -- Jakarta Turbine Development -- hero for hire
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]