Ignore:
Timestamp:
2020-06-07T14:49:02+02:00 (4 years ago)
Author:
Don-vip
Message:

see #19334 - javadoc fixes + protected constructors for abstract classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AbstractSelectAction.java

    r14390 r16553  
    1717     * Constructs a new {@code AbstractSelectAction}.
    1818     */
    19     public AbstractSelectAction() {
     19    protected AbstractSelectAction() {
    2020        putValue(NAME, tr("Select"));
    2121        putValue(SHORT_DESCRIPTION, tr("Selects those elements on the map which are chosen on the list above."));
Note: See TracChangeset for help on using the changeset viewer.