Hi,
I am getting a compilation warning at the statement
Enumeration<String> params = (Enumeration<String>)request.getParameterNames();
I am facing problem in removing this warning.
I don't want to use @SuppressWarnings("unchecked")
Can anyone please help in removing this warning?
Thanks in advance.
Regrds,
Sridhar