Ignore:
Timestamp:
2016-05-25T08:48:50+02:00 (8 years ago)
Author:
Don-vip
Message:

GSOC core rework - LayerManager, see #12863, fix checkstyle violations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/util/GuiHelper.java

    r10271 r10277  
    134134     * <a href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/dispatch.html">Event Dispatch Thread</a>.
    135135     * <p>
    136      * Passes on the exception that was thrown to the thread calling this. The exception is wrapped in a {@link RuntimeException} if it was a normal {@link Throwable}.
     136     * Passes on the exception that was thrown to the thread calling this.
     137     * The exception is wrapped in a {@link RuntimeException} if it was a normal {@link Throwable}.
    137138     * @param task The runnable to execute
    138139     * @see SwingUtilities#invokeAndWait
Note: See TracChangeset for help on using the changeset viewer.