You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mx...@apache.org on 2015/06/05 12:52:16 UTC

flink git commit: [javadoc] fix link not found errors on jdk8

Repository: flink
Updated Branches:
  refs/heads/master 92d325126 -> 0d00836ae


[javadoc] fix link not found errors on jdk8


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/0d00836a
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/0d00836a
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/0d00836a

Branch: refs/heads/master
Commit: 0d00836ae21e2ec062bbce017d123f68e4d3a150
Parents: 92d3251
Author: Maximilian Michels <mx...@apache.org>
Authored: Fri Jun 5 12:49:51 2015 +0200
Committer: Maximilian Michels <mx...@apache.org>
Committed: Fri Jun 5 12:51:54 2015 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/0d00836a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 98a76a5..30aabfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -624,6 +624,7 @@ under the License.
 								</goals>
 								<configuration>
 									<additionalparam>-Xdoclint:none</additionalparam>
+									<detectOfflineLinks>false</detectOfflineLinks>
 								</configuration>
 							</execution>
 						</executions>