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



##########
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:
       This comment does not make things easier to understand what the method 
does.
   It would probably move the description from `@return` section to the 
description.




-- 
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