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

(-)src/core/org/apache/jmeter/samplers/SampleResult.java (+14 lines)
Lines 1051-1054 Link Here
1051
    public void setAllThreads(int n) {
1051
    public void setAllThreads(int n) {
1052
        this.allThreads = n;
1052
        this.allThreads = n;
1053
    }
1053
    }
1054
1055
	/**
1056
	 * 
1057
	 */
1058
	public void removeAssertionResults() {
1059
		this.assertionResults = null;
1060
	}
1061
	
1062
	/**
1063
	 * 
1064
	 */
1065
	public void removeSubResults() {
1066
		this.subResults = null;
1067
	}
1054
}
1068
}

Return to bug 47869