Skip to content
Snippets Groups Projects
Commit edc5c8c3 authored by buczekp's avatar buczekp
Browse files

minor: got rid of warning

SVN: 19333
parent 64f06616
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ class ImageGenerationDescriptionFactory
HttpServletRequest request)
{
Map<String, List<String>> datasetToChannelsMap = new HashMap<String, List<String>>();
Enumeration params = request.getParameterNames();
Enumeration<?> params = request.getParameterNames();
while (params.hasMoreElements())
{
String paramName = (String) params.nextElement();
......
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