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

(-)src/protocol/tcp/org/apache/jmeter/protocol/tcp/sampler/TCPSampler.java (-1 / +1 lines)
Lines 208-214 Link Here
208
    }
208
    }
209
209
210
    public void setTimeout(String newTimeout) {
210
    public void setTimeout(String newTimeout) {
211
        this.setProperty(FILENAME, newTimeout);
211
        this.setProperty(TIMEOUT, newTimeout);
212
    }
212
    }
213
213
214
    public int getTimeout() {
214
    public int getTimeout() {

Return to bug 45887