From 4ca01354bde31d9a3b478ed3f6e4f26fd2ac5792 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Wed, 20 Mar 2019 10:09:02 +0530 Subject: [PATCH] Don't use -html4 for javadoc output for Ant classes javadoc on Ant classes now conform to the default output format of javadoc tool (which is HTML5 in recent versions of that tool), so we no longer have to override the output format to -html4. --- build.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build.xml b/build.xml index 6ea84ef73..6f7fc08c3 100644 --- a/build.xml +++ b/build.xml @@ -1503,14 +1503,6 @@ - - - - -