Author: sebb
Date: Thu Oct 2 09:44:41 2008
New Revision: 701184
URL: http://svn.apache.org/viewvc?rev=701184&view=rev
Log:
Cannot use getLabelResource() here, as that messes up the document anchor
Modified:
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.java
Modified:
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.java
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.java?rev=701184&r1=701183&r2=701184&view=diff
==============================================================================
---
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.java
(original)
+++
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.java
Thu Oct 2 09:44:41 2008
@@ -35,13 +35,9 @@
}
public String getStaticLabel() {
- return JMeterUtils.getResString(getLabelResource());
+ return JMeterUtils.getResString("ajp_sampler_title"); // $NON-NLS-1$
}
- public String getLabelResource() {
- return "ajp_sampler_title"; // $NON-NLS-1$
- }
-
public String getDocAnchor() {// reuse documentation
return super.getStaticLabel().replace(' ', '_'); //$NON-NLS-1$
//$NON-NLS-2$
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]