From 82b6ad17e8b69cc9b26a20c5285d80804a1d8f19 Mon Sep 17 00:00:00 2001 From: Constantine Plotnikov Date: Tue, 11 Nov 2008 16:18:23 +0300 Subject: [PATCH] fixed comment --- util/src/com/intellij/util/ui/UIUtil.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/util/src/com/intellij/util/ui/UIUtil.java b/util/src/com/intellij/util/ui/UIUtil.java index 1e20e137ad..a02c2fbde6 100644 --- a/util/src/com/intellij/util/ui/UIUtil.java +++ b/util/src/com/intellij/util/ui/UIUtil.java @@ -931,7 +931,9 @@ public class UIUtil { } /** - * Invoke and wait in the event dispatch thread on in the current thread + * Invoke and wait in the event dispatch thread + * or in the current thread if the current thread + * is event queue thread. * * @param runnable a runnable to invoke */ -- 2.11.4.GIT