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/changeset/SingleChangesetDownloadPanel.java

    r2689 r2711  
    2626 * This panel allows to enter the ID of single changeset and to download
    2727 * the respective changeset.
    28  * 
     28 *
    2929 */
    3030public class SingleChangesetDownloadPanel extends JPanel {
     
    6363     * Replies the changeset id entered in this panel. 0 if no changeset id
    6464     * or an invalid changeset id is currently entered.
    65      * 
     65     *
    6666     * @return the changeset id entered in this panel
    6767     */
     
    117117    /**
    118118     * Validator for a changeset ID entered in a {@see JTextComponent}.
    119      * 
     119     *
    120120     */
    121121    static private class ChangesetIdValidator extends AbstractTextComponentValidator {
Note: See TracChangeset for help on using the changeset viewer.