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/audio/AbstractAudioAction.java

    r16509 r16553  
    2222     * @param registerInToolbar register this action for the toolbar preferences?
    2323     */
    24     public AbstractAudioAction(String name, String iconName, String tooltip, Shortcut shortcut, boolean registerInToolbar) {
     24    protected AbstractAudioAction(String name, String iconName, String tooltip, Shortcut shortcut, boolean registerInToolbar) {
    2525        super(name, iconName, tooltip, shortcut, registerInToolbar);
    2626        updateEnabledState();
Note: See TracChangeset for help on using the changeset viewer.