1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Compilation warnings

This commit is contained in:
Andrew Gvozdev 2010-06-17 16:00:23 +00:00
parent 0fd56bdb67
commit 64bf10ce46

View file

@ -70,6 +70,7 @@ public class BuildProperty implements IBuildProperty{
return fValue; return fValue;
} }
@Override
public String toString(){ public String toString(){
return toString(fType.toString(), fValue.toString()); return toString(fType.toString(), fValue.toString());
} }