Author: pmouawad
Date: Wed Mar 6 20:21:09 2019
New Revision: 1854946
URL: http://svn.apache.org/viewvc?rev=1854946&view=rev
Log:
Fix javadoc error
Modified:
jmeter/trunk/src/protocol/ldap/org/apache/jmeter/protocol/ldap/sampler/LdapExtClient.java
Modified: jmeter/trunk/src/protocol/ldap/org/apache/jmeter/protocol/ldap/sampler/LdapExtClient.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/ldap/org/apache/jmeter/protocol/ldap/sampler/LdapExtClient.java?rev=1854946&r1=1854945&r2=1854946&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/ldap/org/apache/jmeter/protocol/ldap/sampler/LdapExtClient.java
(original)
+++ jmeter/trunk/src/protocol/ldap/org/apache/jmeter/protocol/ldap/sampler/LdapExtClient.java
Wed Mar 6 20:21:09 2019
@@ -71,6 +71,7 @@ public class LdapExtClient {
* "com.sun.jndi.ldap.connect.timeout"
* @param secure
* flag whether ssl should be used
+ * @param trustAll flag whether we should trust all certificates
* @return newly created {@link DirContext}
* @exception NamingException
* when creating the {@link DirContext} fails
|