Ignore:
Timestamp:
2016-08-07T18:07:59+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S2156 - "final" classes should not have "protected" members

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/Node.java

    r10658 r10763  
    112112     * @param eastNorth east/north
    113113     */
    114     protected void setCoorInternal(LatLon coor, EastNorth eastNorth) {
     114    void setCoorInternal(LatLon coor, EastNorth eastNorth) {
    115115        if (coor != null) {
    116116            this.lat = coor.lat();
Note: See TracChangeset for help on using the changeset viewer.