Bug 57586 - HttpTestSampleGui: Remove interface ItemListener implementation

Bugzilla Id: 57586

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1659921 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Philippe Mouawad 2015-02-15 13:29:29 +00:00
parent ca417c9c58
commit d01b87b2a2
2 changed files with 2 additions and 12 deletions

View File

@ -46,8 +46,7 @@ import org.apache.jmeter.util.JMeterUtils;
* HTTP Sampler GUI
*
*/
public class HttpTestSampleGui extends AbstractSamplerGui
implements ItemListener {
public class HttpTestSampleGui extends AbstractSamplerGui {
private static final long serialVersionUID = 240L;
private static final Font FONT_VERY_SMALL = new Font("SansSerif", Font.PLAIN, 9);
@ -294,14 +293,4 @@ public class HttpTestSampleGui extends AbstractSamplerGui
embeddedRE.setEnabled(false);
}
}
@Override
public void itemStateChanged(ItemEvent event) {
if (event.getStateChange() == ItemEvent.SELECTED) {
enableConcurrentDwn(true);
} else {
enableConcurrentDwn(false);
}
}
}

View File

@ -242,6 +242,7 @@ See <bugzilla>56357</bugzilla> for details.
<li><bug>57419</bug>Remove unused interface ModelListener.</li>
<li><bug>57466</bug>IncludeController : Remove an unneeded set creation. Contributed by Benoit Wiart (benoit.wiart at gmail.com)</li>
<li>Added property loggerpanel.usejsyntaxtext to disable the use of JSyntaxTextArea for the Console Logger (in case of memory or other issues)</li>
<li><bug>57586</bug>HttpTestSampleGui: Remove interface ItemListener implementation</li>
</ul>
<ch_section>Thanks</ch_section>