You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2016/01/31 14:28:18 UTC

svn commit: r1727815 - /jmeter/trunk/src/protocol/ldap/org/apache/jmeter/protocol/ldap/config/gui/LdapConfigGui.java

Author: fschumacher
Date: Sun Jan 31 13:28:18 2016
New Revision: 1727815

URL: http://svn.apache.org/viewvc?rev=1727815&view=rev
Log:
Followup to r1727797, correct javadoc for constructor.

Bugzilla Id: 58949

Modified:
    jmeter/trunk/src/protocol/ldap/org/apache/jmeter/protocol/ldap/config/gui/LdapConfigGui.java

Modified: jmeter/trunk/src/protocol/ldap/org/apache/jmeter/protocol/ldap/config/gui/LdapConfigGui.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/ldap/org/apache/jmeter/protocol/ldap/config/gui/LdapConfigGui.java?rev=1727815&r1=1727814&r2=1727815&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/ldap/org/apache/jmeter/protocol/ldap/config/gui/LdapConfigGui.java (original)
+++ jmeter/trunk/src/protocol/ldap/org/apache/jmeter/protocol/ldap/config/gui/LdapConfigGui.java Sun Jan 31 13:28:18 2016
@@ -99,7 +99,7 @@ public class LdapConfigGui extends Abstr
     /**
      * Constructor which sets the displayName.
      *
-     * @param displayName name of the compnent
+     * @param displayName flag, whether to display the name of the component
      */
     public LdapConfigGui(boolean displayName) {
         this.displayName = displayName;