mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Missing @since tag
This commit is contained in:
parent
bee707ec10
commit
dc0f8122c3
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ public class SimpleDisplayExecutor implements Executor{
|
|||
}
|
||||
}
|
||||
|
||||
/** @since 2.3 */
|
||||
protected void runInSwtThread() {
|
||||
Runnable runnable;
|
||||
while ((runnable = getNextRunnable()) != null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue