1
0
Fork 0
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:
Marc Khouzam 2012-05-18 13:07:59 -04:00
parent bee707ec10
commit dc0f8122c3

View file

@ -110,6 +110,7 @@ public class SimpleDisplayExecutor implements Executor{
}
}
/** @since 2.3 */
protected void runInSwtThread() {
Runnable runnable;
while ((runnable = getNextRunnable()) != null) {