mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed compilation breakage.
This commit is contained in:
parent
3b867a0d26
commit
ab86cbc5ae
1 changed files with 5 additions and 1 deletions
|
@ -17,4 +17,8 @@ public class TestExclusion extends RefreshExclusion {
|
||||||
return name.endsWith("2");
|
return name.endsWith("2");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean supportsExclusionInstances() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue