Ignore:
Timestamp:
2015-05-11T13:34:53+02:00 (9 years ago)
Author:
Don-vip
Message:

squid:S00116 - Field names should comply with a naming convention

File:
1 edited

Legend:

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

    r8087 r8346  
    4747
    4848        public final String prefix;
    49         public final float default_major_z_index;
     49        public final float defaultMajorZIndex;
    5050
    5151        LineType(String prefix, float default_major_z_index) {
    5252            this.prefix = prefix;
    53             this.default_major_z_index = default_major_z_index;
     53            this.defaultMajorZIndex = default_major_z_index;
    5454        }
    5555    }
     
    258258        }
    259259
    260         return new LineElemStyle(c, type.default_major_z_index, line, color, dashesLine, dashesBackground, offset, realWidth);
     260        return new LineElemStyle(c, type.defaultMajorZIndex, line, color, dashesLine, dashesBackground, offset, realWidth);
    261261    }
    262262
Note: See TracChangeset for help on using the changeset viewer.