1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Add #toString to ExtData for item order stability in the table

This commit is contained in:
James Blackburn 2009-10-28 18:29:30 +00:00
parent 009d395fb7
commit b2ab87de80

View file

@ -433,6 +433,10 @@ outer:
protected String getTypeStr() {
return getLabel(setting.getCompatibleContentTypeIds(), names_t);
}
@Override
public String toString() {
return getName();
}
}
static protected String getLabel(String[] lst, Map<String, String> names) {