View | Details | Raw Unified | Return to bug 57418
Collapse All | Expand All

(-)a/src/core/org/apache/jmeter/testelement/WorkBench.java (-10 lines)
Lines 27-41 public class WorkBench extends AbstractTestElement { Link Here
27
27
28
    private static final boolean SAVE_WORKBENCH_DEFAULT = false;
28
    private static final boolean SAVE_WORKBENCH_DEFAULT = false;
29
29
30
    /**
31
     * Constructor for the WorkBench object.
32
     * @param name the name of this element
33
     * @param isRootNode IGNORED
34
     */
35
    public WorkBench(String name, boolean isRootNode) {
36
        setName(name);
37
    }
38
39
    public WorkBench() {
30
    public WorkBench() {
40
    }
31
    }
41
32
42
- 

Return to bug 57418