Ignore:
Timestamp:
2014-02-27T02:50:12+01:00 (10 years ago)
Author:
Don-vip
Message:

fix some Sonar issues (Constructor Calls Overridable Method)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/ImageryAdjustAction.java

    r6792 r6890  
    226226        }
    227227
    228         public void updateOffset() {
     228        public final void updateOffset() {
    229229            ignoreListener = true;
    230230            updateOffsetIntl();
     
    232232        }
    233233
    234         public void updateOffsetIntl() {
     234        public final void updateOffsetIntl() {
    235235            // Support projections with very small numbers (e.g. 4326)
    236236            int precision = Main.getProjection().getDefaultZoomInPPD() >= 1.0 ? 2 : 7;
Note: See TracChangeset for help on using the changeset viewer.