mirror of https://github.com/apache/jmeter.git
Bug 58860 - HTTP Request : Add automatic variable generation in HTTP parameters table by right click
As per Felix note on mailing list, I am stupid, rollback Bugzilla Id: 58860 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1724688 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7de640fe22
commit
6e91150b6b
|
|
@ -680,7 +680,7 @@ public class ArgumentsPanel extends AbstractConfigGui implements ActionListener
|
|||
/**
|
||||
* Initialize the components and layout of this component.
|
||||
*/
|
||||
protected final void init() {
|
||||
protected void init() {
|
||||
JPanel p = this;
|
||||
|
||||
if (standalone) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue