Index: /trunk/.classpath
===================================================================
--- /trunk/.classpath	(revision 7979)
+++ /trunk/.classpath	(revision 7980)
@@ -14,5 +14,5 @@
 	<classpathentry kind="lib" path="test/lib/fest/MRJToolkitStubs-1.0.jar"/>
 	<classpathentry kind="lib" path="test/lib/jfcunit.jar"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_72"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_76"/>
 	<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
 	<classpathentry kind="lib" path="test/lib/unitils-core/commons-collections-3.2.jar"/>
Index: /trunk/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- /trunk/.settings/org.eclipse.jdt.core.prefs	(revision 7979)
+++ /trunk/.settings/org.eclipse.jdt.core.prefs	(revision 7980)
@@ -7,4 +7,5 @@
 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
Index: /trunk/.settings/org.eclipse.jdt.groovy.core.prefs
===================================================================
--- /trunk/.settings/org.eclipse.jdt.groovy.core.prefs	(revision 7979)
+++ /trunk/.settings/org.eclipse.jdt.groovy.core.prefs	(revision 7980)
@@ -1,2 +1,2 @@
 eclipse.preferences.version=1
-groovy.compiler.level=-1
+groovy.compiler.level=23
Index: /trunk/src/org/openstreetmap/josm/gui/PleaseWaitRunnable.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/PleaseWaitRunnable.java	(revision 7979)
+++ /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)
      */
