Changeset 10765 in josm for trunk/src


Ignore:
Timestamp:
2016-08-07T22:52:06+02:00 (8 years ago)
Author:
Don-vip
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/OsmValidator.java

    r10759 r10765  
    293293     * until most bugs were discovered while keeping the processing time reasonable)
    294294     */
    295     public static final void initializeGridDetail() {
     295    public static void initializeGridDetail() {
    296296        String code = Main.getProjection().toCode();
    297297        if (Arrays.asList(ProjectionPreference.wgs84.allCodes()).contains(code)) {
Note: See TracChangeset for help on using the changeset viewer.