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/AbstractShowHistoryAction.java

    r16499 r16553  
    1313 */
    1414public abstract class AbstractShowHistoryAction extends AbstractAction {
     15
    1516    /**
    1617     * Constructs a new {@code AbstractShowHistoryAction}.
    1718     */
    18     public AbstractShowHistoryAction() {
     19    protected AbstractShowHistoryAction() {
    1920        putValue(NAME, tr("History"));
    2021        putValue(SHORT_DESCRIPTION, tr("Download and show the history of the selected objects"));
Note: See TracChangeset for help on using the changeset viewer.