Ignore:
Timestamp:
2016-07-03T12:20:52+02:00 (9 years ago)
Author:
donvip
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pdfimport/src/pdfimport/ProjectionInfo.java

    r30737 r32542  
    1010import org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference;
    1111
    12 public class ProjectionInfo {
     12public final class ProjectionInfo {
    1313    private static Map<String, ProjectionChoice> allCodesPC = new HashMap<>();
    1414    private static Map<String, Projection> allCodes = new HashMap<>();
     
    2020            }
    2121        }
     22    }
     23
     24    private ProjectionInfo() {
     25        // Hide default constructor for utilities classes
    2226    }
    2327
Note: See TracChangeset for help on using the changeset viewer.