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

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new bb89778  Fix javadoc build errors in BasicCurlParser
bb89778 is described below

commit bb897788d68c1b15d466655896635b738ff4c2fe
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Mon Jul 29 12:55:24 2019 +0300

    Fix javadoc build errors in BasicCurlParser
---
 .../http/org/apache/jmeter/protocol/http/curl/BasicCurlParser.java   | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/src/protocol/http/org/apache/jmeter/protocol/http/curl/BasicCurlParser.java 
b/src/protocol/http/org/apache/jmeter/protocol/http/curl/BasicCurlParser.java
index a59a98c..975f3c1 100644
--- 
a/src/protocol/http/org/apache/jmeter/protocol/http/curl/BasicCurlParser.java
+++ 
b/src/protocol/http/org/apache/jmeter/protocol/http/curl/BasicCurlParser.java
@@ -360,7 +360,8 @@ public class BasicCurlParser {
         }
 
         /**
-         * @param proxyServer set the map of proxy server
+         * @param key key
+         * @param value value
          */
         public void setProxyServer(String key, String value) {
             this.proxyServer.put(key, value);
@@ -467,7 +468,7 @@ public class BasicCurlParser {
         }
 
         /**
-         * @param the max time of connection
+         * @param maxTime max time of connection
          */
         public void setMaxTime(double maxTime) {
             this.maxTime = maxTime;

Reply via email to