Ignore:
Timestamp:
2015-04-28T00:49:49+02:00 (10 years ago)
Author:
Don-vip
Message:

fix sonar squid:S2039 - Member variable visibility should be specified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/gpx/GpxDrawHelper.java

    r7937 r8285  
    7070
    7171    // default access is used to allow changing from plugins
    72     ColorScale velocityScale;
     72    private ColorScale velocityScale;
    7373    /** Colors (without custom alpha channel, if given) for HDOP painting. **/
    74     ColorScale hdopScale;
    75     ColorScale dateScale;
    76     ColorScale directionScale;
     74    private ColorScale hdopScale;
     75    private ColorScale dateScale;
     76    private ColorScale directionScale;
    7777
    7878    /** Opacity for hdop points **/
Note: See TracChangeset for help on using the changeset viewer.