Ignore:
Timestamp:
2017-06-09T21:06:35+02:00 (7 years ago)
Author:
michael2402
Message:

See #14794: Document package gui.dialogs.changeset

File:
1 edited

Legend:

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

    r10332 r12372  
    2323public class ChangesetsInActiveDataLayerListModel extends ChangesetListModel implements DataSetListener, ActiveLayerChangeListener {
    2424
     25    /**
     26     * Creates a new {@link ChangesetsInActiveDataLayerListModel}
     27     * @param selectionModel The selection model for the list
     28     */
    2529    public ChangesetsInActiveDataLayerListModel(DefaultListSelectionModel selectionModel) {
    2630        super(selectionModel);
Note: See TracChangeset for help on using the changeset viewer.