You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by jd...@apache.org on 2015/06/23 12:25:17 UTC

[29/51] [abbrv] incubator-lens git commit: Revert "LENS-493 : Suppress javadoc errors for java8 build (Raju Bairishetti via amareshwari)"

Revert "LENS-493 : Suppress javadoc errors for java8 build (Raju Bairishetti via amareshwari)"

This reverts commit 70e4b92231c39e87eff358d42c8493dded987a7a.


Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/d089ce2e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/d089ce2e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/d089ce2e

Branch: refs/heads/current-release-line
Commit: d089ce2e3546c99ffb1dd1517ea8f37cf02e1d33
Parents: b33e6e1
Author: Amareshwari Sriramadasu <am...@apache.org>
Authored: Wed Jun 17 10:19:37 2015 +0530
Committer: Amareshwari Sriramadasu <am...@apache.org>
Committed: Wed Jun 17 10:19:37 2015 +0530

----------------------------------------------------------------------
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/d089ce2e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6335ca5..067f9b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -334,9 +334,6 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>${javadoc.plugin.version}</version>
         <inherited>false</inherited>
-        <configuration>
-          <additionalparam>-Xdoclint:none</additionalparam>
-        </configuration>
         <reportSets>
           <reportSet>
             <id>aggregate</id>