Index: trunk/src/org/openstreetmap/josm/gui/PleaseWaitRunnable.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/PleaseWaitRunnable.java	(revision 7966)
+++ trunk/src/org/openstreetmap/josm/gui/PleaseWaitRunnable.java	(revision 7980)
@@ -42,6 +42,6 @@
      *
      * @param title message for the user
-     * @param ignoreException If true, exception will be propagated to calling code. If false then
-     * exception will be thrown directly in EDT. When this runnable is executed using executor framework
+     * @param ignoreException If true, exception will be silently ignored. If false then
+     * exception will be handled by showing a dialog. When this runnable is executed using executor framework
      * then use false unless you read result of task (because exception will get lost if you don't)
      */
@@ -55,6 +55,6 @@
      * @param parent the parent component for the please wait dialog. Must not be null.
      * @param title message for the user
-     * @param ignoreException If true, exception will be propagated to calling code. If false then
-     * exception will be thrown directly in EDT. When this runnable is executed using executor framework
+     * @param ignoreException If true, exception will be silently ignored. If false then
+     * exception will be handled by showing a dialog. When this runnable is executed using executor framework
      * then use false unless you read result of task (because exception will get lost if you don't)
      * @throws IllegalArgumentException thrown if parent is null
@@ -72,6 +72,6 @@
      * @param title message for the user
      * @param progressMonitor progress monitor
-     * @param ignoreException If true, exception will be propagated to calling code. If false then
-     * exception will be thrown directly in EDT. When this runnable is executed using executor framework
+     * @param ignoreException If true, exception will be silently ignored. If false then
+     * exception will be handled by showing a dialog. When this runnable is executed using executor framework
      * then use false unless you read result of task (because exception will get lost if you don't)
      */
