This is an automated email from the ASF dual-hosted git repository.
nkollar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new 02e08da AVRO-2334: Update Docs to Reference Java 8 API (#469)
02e08da is described below
commit 02e08dafd35b31e9e596564b0996dc63bd2fb1ed
Author: BELUGABEHR <[email protected]>
AuthorDate: Thu Mar 7 03:18:48 2019 -0500
AVRO-2334: Update Docs to Reference Java 8 API (#469)
---
lang/java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 3ebf301..434ed52 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -190,7 +190,7 @@
<version>${javadoc-plugin.version}</version>
<configuration>
<links>
- <link>https://docs.oracle.com/javaee/7/api/</link>
+ <link>https://docs.oracle.com/javase/8/docs/api/</link>
<link>http://hadoop.apache.org/common/docs/current/api/</link>
</links>
<tagletArtifacts>