1
0
Fork 0
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:
Sergey Prigogin 2011-04-22 21:32:03 +00:00
parent 3b867a0d26
commit ab86cbc5ae

View file

@ -17,4 +17,8 @@ public class TestExclusion extends RefreshExclusion {
return name.endsWith("2"); return name.endsWith("2");
} }
@Override
public boolean supportsExclusionInstances() {
return false;
}
} }