mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-05 16:09:09 +00:00
6744408: Extra ouput is appearing in stderr
Reviewed-by: bpatel
This commit is contained in:
parent
2fecfdfb50
commit
4cea49cf1c
@ -82,7 +82,6 @@ public class DocletInvoker {
|
||||
cpString = appendPath(System.getProperty("java.class.path"), cpString);
|
||||
cpString = appendPath(docletPath, cpString);
|
||||
URL[] urls = pathToURLs(cpString);
|
||||
System.err.println("DocletInvoker urls=" + urls);
|
||||
appClassLoader = new URLClassLoader(urls);
|
||||
|
||||
// attempt to find doclet
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user