-Xdoclint:all is freakout out our build server on Java 7.

As usual I'm about 5 levels removed from what I should be doing,
so I have no love left for fixing this with any subtlety.
This commit is contained in:
Ray J. Greenwell
2015-03-31 14:05:31 -07:00
parent 6b311b7a34
commit c003842d93
+2
View File
@@ -130,7 +130,9 @@
<configuration>
<quiet>true</quiet>
<show>public</show>
<!--
<additionalparam>-Xdoclint:all -Xdoclint:-missing</additionalparam>
-->
<excludePackageNames>com.samskivert.depot.impl</excludePackageNames>
<links>
<link>http://docs.guava-libraries.googlecode.com/git/javadoc/</link>