Changeset 30569 in osm for applications/editors/josm/plugins/geotools/src/org/openstreetmap
- Timestamp:
- 2014-08-06T19:52:20+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java
r30349 r30569 11 11 import org.opengis.referencing.FactoryException; 12 12 import org.opengis.referencing.NoSuchAuthorityCodeException; 13 import org.openstreetmap.josm.Main; 13 14 import org.openstreetmap.josm.plugins.Plugin; 14 15 import org.openstreetmap.josm.plugins.PluginInformation; … … 74 75 CRS.decode("EPSG:4326"); 75 76 } catch (NoSuchAuthorityCodeException e) { 76 System.err.println("geotools: error in EPSG database initialization. NoSuchAuthorityCodeException: "+e.getMessage());77 Main.error("geotools: error in EPSG database initialization. NoSuchAuthorityCodeException: "+e.getMessage()); 77 78 } catch (FactoryException e) { 78 System.err.println("geotools: error in EPSG database initialization. FactoryException: "+e.getMessage());79 Main.error("geotools: error in EPSG database initialization. FactoryException: "+e.getMessage()); 79 80 } 80 81 }
Note:
See TracChangeset
for help on using the changeset viewer.