mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
6744408: Extra ouput is appearing in stderr
Reviewed-by: bpatel
This commit is contained in:
parent
2fecfdfb50
commit
4cea49cf1c
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue