You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2013/11/23 13:46:19 UTC

svn commit: r1544780 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java

Author: sebb
Date: Sat Nov 23 12:46:18 2013
New Revision: 1544780

URL: http://svn.apache.org/r1544780
Log:
Javadoc

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java?rev=1544780&r1=1544779&r2=1544780&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java Sat Nov 23 12:46:18 2013
@@ -366,7 +366,7 @@ public class Proxy extends Thread {
      * additions by the Proxy class will be hosts, not domains.
      * @param keyStore the KeyStore to search
      * @param host the hostname to match
-     * @return
+     * @return the keystore entry or {@code null} if no match found
      * @throws KeyStoreException 
      */
     private String getDomainMatch(KeyStore keyStore, String host) throws KeyStoreException {