summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-08-07 07:54:58 +0000
committerwisberg <wisberg>2003-08-07 07:54:58 +0000
commit7b6fd547894bfbfbebc0c679be931a235a468512 (patch)
tree288e0344a321a01a1aefe30cc35ec42cda71bb38
parentf8939bf6a6a212dfd145e54d17b94fea75dc1a64 (diff)
downloadaspectj-7b6fd547894bfbfbebc0c679be931a235a468512.tar.gz
aspectj-7b6fd547894bfbfbebc0c679be931a235a468512.zip
fix for annoying javadoc link error
-rw-r--r--docs/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build.xml b/docs/build.xml
index d5be65d29..d0b8248d0 100644
--- a/docs/build.xml
+++ b/docs/build.xml
@@ -172,7 +172,7 @@
<javadoc sourcepath="${aspectj.modules.dir}/runtime/src"
destdir="${docs.dist.dir}/doc/api"
windowtitle="AspectJ(tm) runtime API"
- link="http://java.sun.com/j2se/1.4/docs/api/index.html"
+ link="http://java.sun.com/j2se/1.4.2/docs/api"
packagenames="org.aspectj.lang,org.aspectj.lang.reflect" />
<!-- note: link ineffective at avoiding see tag warning -->
</target>