Skip to content
Snippets Groups Projects
Commit e0441ce3 authored by Goik Martin's avatar Goik Martin
Browse files

Warning resolved

parent bfc1fc64
No related branches found
No related tags found
No related merge requests found
......@@ -454,7 +454,7 @@ public class Docbook2docbook {
URLClassLoader sysloader = (URLClassLoader) ClassLoader.getSystemClassLoader();
Class<URLClassLoader> sysclass = URLClassLoader.class;
final Class[] parameters = new Class[]{URL.class};
final Class<?>[] parameters = new Class[]{URL.class};
try {
Method method = sysclass.getDeclaredMethod("addURL", parameters);
......
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