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:
parent
1ec7ef5ef2
commit
d58c6da529
1 changed files with 1 additions and 0 deletions
|
@ -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$
|
||||
|
|
Loading…
Add table
Reference in a new issue