Ignore:
Timestamp:
2009-12-30T20:18:59+01:00 (14 years ago)
Author:
stoecker
Message:

fix bad line endings

File:
1 edited

Legend:

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

    r2700 r2711  
    315315    /**
    316316     * Replies the set of incomplete primitives
    317      * 
     317     *
    318318     * @return the set of incomplete primitives
    319319     */
     
    330330    /**
    331331     * Replies the set of selected incomplete primitives
    332      * 
     332     *
    333333     * @return the set of selected incomplete primitives
    334334     */
     
    345345    /**
    346346     * Replies true if at least one the relation members is incomplete
    347      * 
     347     *
    348348     * @return true if at least one the relation members is incomplete
    349349     */
     
    358358    /**
    359359     * Replies true if at least one of the selected members is incomplete
    360      * 
     360     *
    361361     * @return true if at least one of the selected members is incomplete
    362362     */
     
    632632     * Replies true if <code>primitive</code> is currently selected in the layer this
    633633     * model is attached to
    634      * 
     634     *
    635635     * @param primitive the primitive
    636636     * @return true if <code>primitive</code> is currently selected in the layer this
Note: See TracChangeset for help on using the changeset viewer.