Ignore:
Timestamp:
2009-11-24T10:45:04+01:00 (15 years ago)
Author:
stoecker
Message:

i18n updated, fixed files to reduce problems when applying patches, fix #4017

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/ParentRelationLoadingTask.java

    r2434 r2512  
    2626/**
    2727 * This is an asynchronous task for loading the parents of a given relation.
    28  * 
     28 *
    2929 * Typical usage:
    3030 * <pre>
     
    6262    /**
    6363     * Creates a new task for asynchronously downloading the parents of a child relation.
    64      * 
     64     *
    6565     * @param child the child relation. Must not be null. Must have an id > 0.
    6666     * @param layer  the OSM data layer. Must not be null.
    6767     * @param full if true, parent relations are fully downloaded (i.e. with their members)
    6868     * @param monitor the progress monitor to be used
    69      * 
     69     *
    7070     * @exception IllegalArgumentException thrown if child is null
    7171     * @exception IllegalArgumentException thrown if layer is null
     
    8888    /**
    8989     * Set a continuation which is called upon the job finished.
    90      * 
     90     *
    9191     * @param continuation the continuation
    9292     */
     
    9797    /**
    9898     * Replies true if this has been cancelled by the user.
    99      * 
     99     *
    100100     * @return true if this has been cancelled by the user.
    101101     */
     
    106106    /**
    107107     * Replies true if an exception has been caught during the execution of this task.
    108      * 
     108     *
    109109     * @return true if an exception has been caught during the execution of this task.
    110110     */
     
    112112        return lastException != null;
    113113    }
    114 
    115114
    116115    protected OsmDataLayer getLayer() {
Note: See TracChangeset for help on using the changeset viewer.