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/RotateCommand.java

    r8931 r9067  
    2020     * Pivot point
    2121     */
    22     private EastNorth pivot;
     22    private final EastNorth pivot;
    2323
    2424    /**
    2525     * angle of rotation starting click to pivot
    2626     */
    27     private double startAngle;
     27    private final double startAngle;
    2828
    2929    /**
Note: See TracChangeset for help on using the changeset viewer.