568553: fix Javadoc errors under JDK 1.4
This commit is contained in:
parent
119aa7439f
commit
c176f8b8eb
|
|
@ -32,7 +32,7 @@
|
|||
<path id="javadoc.classpath">
|
||||
<pathelement location="${ant.home}/lib/ant.jar" />
|
||||
<pathelement location="${ant.home}/lib/crimson.jar" />
|
||||
<path refid="build.classpath" />
|
||||
<path refid="run.classpath" />
|
||||
</path>
|
||||
|
||||
<path id="tests.buildpath">
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@
|
|||
<li class="body">Include column number in the XML output (request 555262).</li>
|
||||
<li class="body">Added ability to specify a properties file on the command line (request 557544).</li>
|
||||
<li class="body">Check for whitespace around "{" and "}" (request 557544).</li>
|
||||
<li class="body">Fix Javadoc errors under JDK 1.4 (request 568553).</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue