I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 4ee14453 authored by str4d's avatar str4d
Browse files

Another warning suppression to be removed at Java6

parent 0f2a983b
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ public class RequestWrapper {
/**
* @return List of request parameter names
*/
@SuppressWarnings("unchecked") // TODO-Java6: Remove, type is correct
public Enumeration<String> getParameterNames() {
if( multiPartRequest != null ) {
if( cachedParameterNames == null ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment