Ignore:
Timestamp:
2017-06-09T20:53:50+02:00 (7 years ago)
Author:
michael2402
Message:

See #14794: Class comment for ChangesetInSelectionListModel

File:
1 edited

Legend:

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

    r10332 r12371  
    1212import org.openstreetmap.josm.gui.layer.MainLayerManager.ActiveLayerChangeListener;
    1313
     14/**
     15 * A table of changesets that displays the ones that are used by the primitives in the current selection.
     16 */
    1417public class ChangesetInSelectionListModel extends ChangesetListModel implements SelectionChangedListener, ActiveLayerChangeListener {
    1518
     19    /**
     20     * Create a new {@link ChangesetInSelectionListModel}
     21     * @param selectionModel The model
     22     */
    1623    public ChangesetInSelectionListModel(DefaultListSelectionModel selectionModel) {
    1724        super(selectionModel);
Note: See TracChangeset for help on using the changeset viewer.