You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/10/20 14:53:00 UTC

httpcomponents-core git commit: Revert "Silence doclint warning about missing @param and @throws"

Repository: httpcomponents-core
Updated Branches:
  refs/heads/master 1464955e4 -> 13834d92c


Revert "Silence doclint warning about missing @param and @throws"

This reverts commit e948fb1cb4090264a7bb078945d63fd31c5793b5.


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/13834d92
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/13834d92
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/13834d92

Branch: refs/heads/master
Commit: 13834d92c8b39e4b6893c4ab11ee079850e7ad38
Parents: 1464955
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Fri Oct 20 16:51:47 2017 +0200
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Fri Oct 20 16:51:47 2017 +0200

----------------------------------------------------------------------
 pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/13834d92/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1da60f4..385b1ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,6 @@
           </execution>
         </executions>
         <configuration>
-          <additionalparam>-Xdoclint:-missing</additionalparam>
           <!-- reduce console output. Can override with -Dquiet=false -->
           <quiet>true</quiet>
           <source>${maven.compiler.source}</source>