Ignore:
Timestamp:
2016-11-12T15:36:05+01:00 (7 years ago)
Author:
Don-vip
Message:

sonar - fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Shortcut.java

    r11218 r11241  
    284284        }
    285285
    286         public void replace(Shortcut newShortcut) {
     286        void replace(Shortcut newShortcut) {
    287287            final Optional<Shortcut> existing = findShortcutByKeyOrShortText(-1, NONE, newShortcut.shortText);
    288288            if (existing.isPresent()) {
Note: See TracChangeset for help on using the changeset viewer.