Ignore:
Timestamp:
2015-11-28T18:26:23+01:00 (8 years ago)
Author:
Don-vip
Message:

sonar - Immutable Field

File:
1 edited

Legend:

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

    r8840 r9067  
    1414     * Pivot point
    1515     */
    16     private EastNorth pivot;
     16    private final EastNorth pivot;
    1717
    1818    /**
     
    2424     * World position of the mouse when the user started the command.
    2525     */
    26     private EastNorth startEN;
     26    private final EastNorth startEN;
    2727
    2828    /**
Note: See TracChangeset for help on using the changeset viewer.