mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 17:55:39 +02:00
[fix] Declare collectTestLogs final
This commit is contained in:
parent
8507f14015
commit
4337898298
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@ public class RSECoreTestCase extends TestCase {
|
||||||
*
|
*
|
||||||
* @param test The failed test. Must be not <code>null</code>.
|
* @param test The failed test. Must be not <code>null</code>.
|
||||||
*/
|
*/
|
||||||
protected synchronized void collectTestLogs(Test test) {
|
protected final synchronized void collectTestLogs(Test test) {
|
||||||
if (test != null) {
|
if (test != null) {
|
||||||
// get a snapshot of the currently known test log collector delegates
|
// get a snapshot of the currently known test log collector delegates
|
||||||
IRSETestLogCollectorDelegate[] delegates = RSETestsPlugin.getDefault().getTestLogCollectorDelegates();
|
IRSETestLogCollectorDelegate[] delegates = RSETestsPlugin.getDefault().getTestLogCollectorDelegates();
|
||||||
|
|
Loading…
Add table
Reference in a new issue