You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2007/12/07 18:07:18 UTC

svn commit: r602149 - /jakarta/jmeter/trunk/src/protocol/ldap/org/apache/jmeter/protocol/ldap/config/gui/LDAPArgumentsPanel.java

Author: sebb
Date: Fri Dec  7 09:07:15 2007
New Revision: 602149

URL: http://svn.apache.org/viewvc?rev=602149&view=rev
Log:
Use same label as parent GUI (not used except for testing)

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

Modified: jakarta/jmeter/trunk/src/protocol/ldap/org/apache/jmeter/protocol/ldap/config/gui/LDAPArgumentsPanel.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/ldap/org/apache/jmeter/protocol/ldap/config/gui/LDAPArgumentsPanel.java?rev=602149&r1=602148&r2=602149&view=diff
==============================================================================
--- jakarta/jmeter/trunk/src/protocol/ldap/org/apache/jmeter/protocol/ldap/config/gui/LDAPArgumentsPanel.java (original)
+++ jakarta/jmeter/trunk/src/protocol/ldap/org/apache/jmeter/protocol/ldap/config/gui/LDAPArgumentsPanel.java Fri Dec  7 09:07:15 2007
@@ -47,12 +47,6 @@
  * arguments (or parameters) are usually used to provide configuration values
  * for some other component.
  * 
- * author Dolf Smits(Dolf.Smits@Siemens.com) created Aug 09 2003 11:00 AM
- * company Siemens Netherlands N.V..
- * 
- * Based on the work of:
- * 
- * author Michael Stover
  */
 
 public class LDAPArgumentsPanel extends AbstractConfigGui implements ActionListener {
@@ -116,12 +110,8 @@
 		return null;
 	}
 
-	public String getStaticLabel() {
-		return ""; // This is not an independently displayable item
-	}
-
 	public String getLabelResource() {
-		return "unused";// TODO use constant
+		return "ldapext_sample_title"; // $NON-NLS-1$
 	}
 
 	/* Implements JMeterGUIComponent.createTestElement() */



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org