Ignore:
Timestamp:
2017-09-05T20:18:29+02:00 (7 years ago)
Author:
bastiK
Message:

see #15229 - checkstyle warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/coor/conversion/CoordinateFormatManager.java

    r12735 r12738  
    1414public class CoordinateFormatManager {
    1515
    16     private final static List<ICoordinateFormat> formats = new ArrayList<>();
     16    private static final List<ICoordinateFormat> formats = new ArrayList<>();
    1717
    1818    static {
     
    2121        registerCoordinateFormat(NauticalCoordinateFormat.INSTANCE);
    2222        registerCoordinateFormat(ProjectedCoordinateFormat.INSTANCE);
     23    }
     24
     25    private CoordinateFormatManager() {
     26        // hide constructor
    2327    }
    2428
Note: See TracChangeset for help on using the changeset viewer.