| Other |
|---|
| 1.4.2 mantisFixed |
|
Relates :
|
This is part of the cause of 4587487.
./standard/Standard.java:74: System.out.println(configuration.standardmessage.getText("stddoclet.version", BUILD_DATE) + "\n");
./standard/HtmlStandardWriter.java:1733: System.out.println(configuration.standardmessage.getText("stddoclet.version", Standard.BUILD_DATE) + "\n");
These should be using the Messager
|