Ignore:
Timestamp:
2015-01-23T00:29:13+01:00 (9 years ago)
Author:
Don-vip
Message:

fix #11005 - javadoc update (patch by double-m)

File:
1 edited

Legend:

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

    r7636 r7980  
    4242     *
    4343     * @param title message for the user
    44      * @param ignoreException If true, exception will be propagated to calling code. If false then
    45      * exception will be thrown directly in EDT. When this runnable is executed using executor framework
     44     * @param ignoreException If true, exception will be silently ignored. If false then
     45     * exception will be handled by showing a dialog. When this runnable is executed using executor framework
    4646     * then use false unless you read result of task (because exception will get lost if you don't)
    4747     */
     
    5555     * @param parent the parent component for the please wait dialog. Must not be null.
    5656     * @param title message for the user
    57      * @param ignoreException If true, exception will be propagated to calling code. If false then
    58      * exception will be thrown directly in EDT. When this runnable is executed using executor framework
     57     * @param ignoreException If true, exception will be silently ignored. If false then
     58     * exception will be handled by showing a dialog. When this runnable is executed using executor framework
    5959     * then use false unless you read result of task (because exception will get lost if you don't)
    6060     * @throws IllegalArgumentException thrown if parent is null
     
    7272     * @param title message for the user
    7373     * @param progressMonitor progress monitor
    74      * @param ignoreException If true, exception will be propagated to calling code. If false then
    75      * exception will be thrown directly in EDT. When this runnable is executed using executor framework
     74     * @param ignoreException If true, exception will be silently ignored. If false then
     75     * exception will be handled by showing a dialog. When this runnable is executed using executor framework
    7676     * then use false unless you read result of task (because exception will get lost if you don't)
    7777     */
Note: See TracChangeset for help on using the changeset viewer.