You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2019/02/02 19:01:19 UTC

[jclouds] branch 2.1.x updated: Revert "Disable Javadoc lint"

This is an automated email from the ASF dual-hosted git repository.

gaul pushed a commit to branch 2.1.x
in repository https://gitbox.apache.org/repos/asf/jclouds.git


The following commit(s) were added to refs/heads/2.1.x by this push:
     new c7cdd19  Revert "Disable Javadoc lint"
c7cdd19 is described below

commit c7cdd19a6d260325db8f70f8ed86ef6cfbfe65d8
Author: Andrew Gaul <ga...@apache.org>
AuthorDate: Sat Feb 2 11:00:40 2019 -0800

    Revert "Disable Javadoc lint"
    
    This reverts commit 338f052579e3326fd25d71fd2493e08df460d808.
---
 project/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/project/pom.xml b/project/pom.xml
index 9278f05..f892720 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -1119,7 +1119,6 @@
             <links>
               <link>http://download.oracle.com/javase/6/docs/api/</link>
             </links>
-            <additionalJOption>-Xdoclint:none</additionalJOption>
           </configuration>
         </plugin>
       </plugins>