Ignore:
Timestamp:
2015-10-09T02:12:45+02:00 (9 years ago)
Author:
Don-vip
Message:

sonar - squid:S3052 - Fields should not be initialized to default values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/MapImage.java

    r8289 r8840  
    3636    public int width = -1;
    3737    public int height = -1;
    38     public int offsetX = 0;
    39     public int offsetY = 0;
     38    public int offsetX;
     39    public int offsetY;
    4040
    4141    private boolean temporary;
     
    5454    /**
    5555     * Get the image associated with this MapImage object.
    56      * 
     56     *
    5757     * @param disabled {@code} true to request disabled version, {@code false} for the standard version
    5858     * @return the image
Note: See TracChangeset for help on using the changeset viewer.