mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Fixed warning
This commit is contained in:
parent
a2f1be9eff
commit
f29a16e895
1 changed files with 4 additions and 3 deletions
|
@ -113,9 +113,10 @@ public class MIProcesses extends AbstractDsfService implements IMIProcesses, ICa
|
|||
return 0;
|
||||
}
|
||||
|
||||
public String getId(){
|
||||
return fThreadId;
|
||||
}
|
||||
// Enable if need arises
|
||||
// public String getId(){
|
||||
// return fThreadId;
|
||||
// }
|
||||
|
||||
@Override
|
||||
public String toString() { return baseToString() + ".thread[" + fThreadId + "]"; } //$NON-NLS-1$ //$NON-NLS-2$
|
||||
|
|
Loading…
Add table
Reference in a new issue