Ignore:
Timestamp:
2016-12-04T23:23:27+01:00 (7 years ago)
Author:
Don-vip
Message:

fix recent Java warnings

File:
1 edited

Legend:

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

    r11357 r11362  
    2323 */
    2424public class ChangePropertyKeyCommand extends Command {
    25     final class SinglePrimitivePseudoCommand implements PseudoCommand {
     25    static final class SinglePrimitivePseudoCommand implements PseudoCommand {
    2626        private final String name;
    2727        private final OsmPrimitive osm;
Note: See TracChangeset for help on using the changeset viewer.