Changeset 32542 in osm for applications/editors/josm/plugins/pdfimport/src/pdfimport/ProjectionInfo.java
- Timestamp:
- 2016-07-03T12:20:52+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pdfimport/src/pdfimport/ProjectionInfo.java
r30737 r32542 10 10 import org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference; 11 11 12 public class ProjectionInfo { 12 public final class ProjectionInfo { 13 13 private static Map<String, ProjectionChoice> allCodesPC = new HashMap<>(); 14 14 private static Map<String, Projection> allCodes = new HashMap<>(); … … 20 20 } 21 21 } 22 } 23 24 private ProjectionInfo() { 25 // Hide default constructor for utilities classes 22 26 } 23 27
Note:
See TracChangeset
for help on using the changeset viewer.
