Ignore:
Timestamp:
2008-12-25T18:58:04+01:00 (15 years ago)
Author:
stoecker
Message:

fixed bug #1871, removed all deprecations

File:
1 edited

Legend:

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

    r1169 r1180  
    1919    public DiskAccessAction(String name, String iconName, String tooltip, Shortcut shortcut) {
    2020        super(name, iconName, tooltip, shortcut, true);
    21     }
    22 
    23     @Deprecated
    24     public DiskAccessAction(String name, String iconName, String tooltip, int shortcut, int modifiers) {
    25         super(name, iconName, tooltip, shortcut, modifiers, true);
    2621    }
    2722
Note: See TracChangeset for help on using the changeset viewer.