You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2020/02/17 06:33:46 UTC

[servicecomb-java-chassis] branch master updated: [SCB-1772] fix javadoc compile error

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

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new 16ee95b  [SCB-1772] fix javadoc compile error
16ee95b is described below

commit 16ee95b968e0ed8beed26bd9fdecb56376984f7d
Author: liubao <bi...@qq.com>
AuthorDate: Mon Feb 17 14:03:16 2020 +0800

    [SCB-1772] fix javadoc compile error
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index d1822ab..29ae8b6 100755
--- a/pom.xml
+++ b/pom.xml
@@ -502,6 +502,7 @@
                   <head>Date created:</head>
                 </tag>
               </tags>
+              <additionalparam>-Xdoclint:none</additionalparam>
             </configuration>
           </plugin>
           <plugin>