1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 09:46:02 +02:00

bug 282092: Linker settings "Other Objects" not working on Windows (MinGW)

cleanup: @Override annotation
This commit is contained in:
Andrew Gvozdev 2009-09-13 18:36:20 +00:00
parent 1ec7ef5ef2
commit d58c6da529

View file

@ -217,6 +217,7 @@ public class BuildResource implements IBuildResource {
return null;
}
@Override
public String toString() {
StringBuffer buf = new StringBuffer();
buf.append("BR "); //$NON-NLS-1$