Skip to content

Commit

Permalink
When running javadoc (doc-javahl target), link to the Java 11 API doc…
Browse files Browse the repository at this point in the history
… (latest LTS release at the time of writing) instead of the farily old Java 6.

The API docs for 1.13 and 1.14 (in /site/publish/docs/javahl) has been generated using this link.

Obvious fix.

* Makefile.in



git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1891287 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dsahlberg-apache-org committed Jul 5, 2021
1 parent 61996dc commit 7bc28e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -743,7 +743,7 @@ doc-api: mkdir-init
doc-javahl:
$(JAVADOC) -d $(abs_builddir)/doc/javadoc \
-sourcepath $(top_srcdir)/subversion/bindings/javahl/src \
-link http://java.sun.com/javase/6/docs/api/ \
-link https://docs.oracle.com/en/java/javase/11/docs/api/ \
org.tigris.subversion.javahl \
org.apache.subversion.javahl \
org.apache.subversion.javahl.callback \
Expand Down

0 comments on commit 7bc28e4

Please sign in to comment.