mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Change newly added getToolBySuperClassId to getToolsBySuperClassId
This commit is contained in:
parent
40523aeb92
commit
87143e82fe
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ public class TestToolchain extends HoldsOptions implements IToolChain {
|
|||
return null;
|
||||
}
|
||||
|
||||
public ITool getToolBySuperClassId(String id) {
|
||||
public ITool[] getToolsBySuperClassId(String id) {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue