Author: pmouawad
Date: Fri Feb 19 21:18:05 2016
New Revision: 1731297

URL: http://svn.apache.org/viewvc?rev=1731297&view=rev
Log:
Clarify javadoc

Modified:
    
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/CookieHandler.java

Modified: 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/CookieHandler.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/CookieHandler.java?rev=1731297&r1=1731296&r2=1731297&view=diff
==============================================================================
--- 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/CookieHandler.java
 (original)
+++ 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/CookieHandler.java
 Fri Feb 19 21:18:05 2016
@@ -44,7 +44,7 @@ public interface CookieHandler {
      * @param url
      *            URL of the request to which the returned header will be 
added.
      * @param allowVariableCookie flag whether to allow jmeter variables in 
cookie values
-     * @return the value string for the cookie header (goes after "Cookie: ").
+     * @return the value string for the cookie header (goes after "Cookie: ") 
or null if no cookie matches
      */
     String getCookieHeaderForURL(CollectionProperty cookiesCP, URL url,
             boolean allowVariableCookie);


Reply via email to