Ignore:
Timestamp:
2016-07-29T00:06:51+02:00 (8 years ago)
Author:
Don-vip
Message:

see #12472 - fix "MissingCasesInEnumSwitch" warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/command/conflict/TagConflictResolveCommand.java

    r9371 r10671  
    6969                return trn("Resolve {0} tag conflict in relation {1}", "Resolve {0} tag conflicts in relation {1}",
    7070                        getNumDecidedConflicts(), getNumDecidedConflicts(), conflict.getMy().getId());
     71            default:
     72                return "";
    7173        }
    72         return "";
    7374    }
    7475
Note: See TracChangeset for help on using the changeset viewer.