Ignore:
Timestamp:
2010-01-09T23:38:57+01:00 (16 years ago)
Author:
stoecker
Message:

fixed line endings of recent checkins

File:
1 edited

Legend:

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

    r2783 r2801  
    3333 * ChangesetManagementPanel allows to configure changeset to be used in the next
    3434 * upload.
    35  * 
     35 *
    3636 * It is displayed as one of the configuration panels in the {@see UploadDialog}.
    37  * 
     37 *
    3838 * ChangesetManagementPanel is a source for {@see PropertyChangeEvent}s. Clients can listen
    3939 * to
     
    185185     * Replies the currently selected changeset. null, if no changeset is
    186186     * selected or if the user has chosen to use a new changeset.
    187      * 
     187     *
    188188     * @return the currently selected changeset. null, if no changeset is
    189189     * selected.
     
    198198     * Replies true if the user has chosen to close the changeset after the
    199199     * next upload
    200      * 
     200     *
    201201     */
    202202    public boolean isCloseChangesetAfterUpload() {
Note: See TracChangeset for help on using the changeset viewer.