mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-23 16:23:52 +02:00
[225388] Added a CommandHandle.toString() implementation.
This commit is contained in:
parent
f8934d49d7
commit
6947c2f41b
1 changed files with 5 additions and 0 deletions
|
@ -422,6 +422,11 @@ public abstract class AbstractMIControl extends AbstractDsfService
|
||||||
return execCtx.getThreadId();
|
return execCtx.getThreadId();
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return Integer.toString(fTokenId) + fCommand;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue