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

fixed line endings of recent checkins

File:
1 edited

Legend:

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

    r2741 r2801  
    6262 *   <li>the list of changesets objects in the current data layer are assigend to</li>
    6363 * </ul>
    64  * 
     64 *
    6565 * The dialog offers actions to download and to close changesets. It can also launch an external
    6666 * browser with information about a changeset. Furthermore, it can select all objects in
    6767 * the current data layer being assigned to a specific changeset.
    68  * 
     68 *
    6969 */
    7070public class ChangesetDialog extends ToggleDialog{
     
    8585    private LaunchChangesetManagerAction launchChangesetManagerAction;
    8686
    87 
    8887    protected void buildChangesetsLists() {
    8988        DefaultListSelectionModel selectionModel = new DefaultListSelectionModel();
     
    117116        MapView.addEditLayerChangeListener(inSelectionModel);
    118117        DataSet.selListeners.add(inSelectionModel);
    119 
    120118
    121119        // let the model for changesets in the current layer listen to various
     
    360358    /**
    361359     * Downloads selected changesets
    362      * 
     360     *
    363361     */
    364362    class ReadChangesetsAction extends AbstractAction implements ListSelectionListener, ItemListener{
     
    395393    /**
    396394     * Closes the currently selected changesets
    397      * 
     395     *
    398396     */
    399397    class CloseOpenChangesetsAction extends AbstractAction implements ListSelectionListener, ItemListener {
     
    427425    /**
    428426     * Show information about the currently selected changesets
    429      * 
     427     *
    430428     */
    431429    class ShowChangesetInfoAction extends AbstractAction implements ListSelectionListener, ItemListener {
     
    467465    /**
    468466     * Show information about the currently selected changesets
    469      * 
     467     *
    470468     */
    471469    class LaunchChangesetManagerAction extends AbstractAction implements ListSelectionListener, ItemListener {
     
    558556    }
    559557
    560 
    561558    class ChangesetPopupMenuLauncher extends PopupMenuLauncher {
    562559        @Override
Note: See TracChangeset for help on using the changeset viewer.