This is an automated email from the ASF dual-hosted git repository.
gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git
The following commit(s) were added to refs/heads/master by this push:
new e15077e Revert "Disable Javadoc lint"
e15077e is described below
commit e15077ea78117017eeccbc02c3ceca718c9d7afd
Author: Andrew Gaul <[email protected]>
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 6a4c6c3..e152285 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -1120,7 +1120,6 @@
<links>
<link>http://download.oracle.com/javase/6/docs/api/</link>
</links>
- <additionalJOption>-Xdoclint:none</additionalJOption>
</configuration>
</plugin>
</plugins>