From c176f8b8ebc7f386766e516cdef3a16ae674a0be Mon Sep 17 00:00:00 2001 From: Oliver Burn Date: Sat, 22 Jun 2002 10:50:13 +0000 Subject: [PATCH] 568553: fix Javadoc errors under JDK 1.4 --- build.xml | 2 +- docs/releasenotes.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 7d312677f..b7b985968 100644 --- a/build.xml +++ b/build.xml @@ -32,7 +32,7 @@ - + diff --git a/docs/releasenotes.html b/docs/releasenotes.html index 5471b0934..d0e0753d0 100644 --- a/docs/releasenotes.html +++ b/docs/releasenotes.html @@ -52,6 +52,7 @@
  • Include column number in the XML output (request 555262).
  • Added ability to specify a properties file on the command line (request 557544).
  • Check for whitespace around "{" and "}" (request 557544).
  • +
  • Fix Javadoc errors under JDK 1.4 (request 568553).