Skip to content

Commit

Permalink
fixed doclint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gray Watson committed Jun 9, 2017
1 parent 075eeb2 commit 73caed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
</goals>
<configuration>
<showPackage>false</showPackage>
<additionalparam>-tag inheritDoc:X</additionalparam>
<additionalparam>-tag inheritDoc:X -Xdoclint:none</additionalparam>
</configuration>
</execution>
</executions>
Expand All @@ -132,7 +132,7 @@
&lt;a
href="http://creativecommons.org/licenses/by-sa/3.0/" &gt;Creative Commons Attribution-Share Alike 3.0 License.
&lt;/a&gt; </bottom>
<additionalparam>-tag inheritDoc:X</additionalparam>
<additionalparam>-tag inheritDoc:X -Xdoclint:none</additionalparam>
<excludePackageNames>
</excludePackageNames>
</configuration>
Expand Down

0 comments on commit 73caed9

Please sign in to comment.