vlsi commented on a change in pull request #640:
URL: https://github.com/apache/jmeter/pull/640#discussion_r778703757



##########
File path: 
src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/sampler/HTTPHCAbstractImpl.java
##########
@@ -186,4 +194,20 @@ protected static boolean isStaticProxy(String host){
     protected static boolean isNullOrEmptyTrimmed(String value) {
         return JOrphanUtils.isBlank(value);
     }
+
+    /**
+      * Invokes {@link HTTPAbstractImpl#getResponseTimeout()}

Review comment:
       Would you please remove `Invokes {@link 
HTTPAbstractImpl#getResponseTimeout...`?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to