Ignore:
Timestamp:
2009-11-24T10:45:04+01:00 (14 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/RelationListDialog.java

    r2506 r2512  
    162162     * Otherwise it is initialized with the list of non-deleted and visible relations
    163163     * in the layer's dataset.
    164      * 
     164     *
    165165     * @param layer the layer. May be null.
    166166     */
     
    475475    /**
    476476     * The action for downloading members of all selected relations
    477      * 
     477     *
    478478     */
    479479    class DownloadMembersAction extends AbstractAction implements ListSelectionListener{
     
    557557         * Add all relations in <code>addedPrimitives</code> to the model for the
    558558         * relation list dialog
    559          * 
     559         *
    560560         * @param addedPrimitives the collection of added primitives. May include nodes,
    561561         * ways, and relations.
     
    584584        /**
    585585         * Removes all relations in <code>removedPrimitives</code> from the model
    586          * 
     586         *
    587587         * @param removedPrimitives the removed primitives. May include nodes, ways,
    588588         *   and relations
     
    622622         * Replies the list of selected, non-new relations. Empty list,
    623623         * if there are no selected, non-new relations.
    624          * 
     624         *
    625625         * @return the list of selected, non-new relations.
    626626         */
     
    642642         * Replies the list of selected relations. Empty list,
    643643         * if there are no selected relations.
    644          * 
     644         *
    645645         * @return the list of selected, non-new relations.
    646646         */
     
    658658        /**
    659659         * Sets the selected relations.
    660          * 
     660         *
    661661         * @return sel the list of selected relations
    662662         */
     
    712712    public void layerRemoved(Layer a) {/* irrelevant in this context */}
    713713    public void layerAdded(Layer a) {/* irrelevant in this context */}
    714 
    715714
    716715    /* ---------------------------------------------------------------------------------- */
Note: See TracChangeset for help on using the changeset viewer.