[Schmitzm-commits] r179 - trunk/src/schmitzm/geotools/gui
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Jul 2 16:23:37 CEST 2009
Author: alfonx
Date: 2009-07-02 16:23:36 +0200 (Thu, 02 Jul 2009)
New Revision: 179
Modified:
trunk/src/schmitzm/geotools/gui/JMapPane.java
Log:
* Removed some ugly e.printStackTrace()
Modified: trunk/src/schmitzm/geotools/gui/JMapPane.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/JMapPane.java 2009-07-01 15:22:25 UTC (rev 178)
+++ trunk/src/schmitzm/geotools/gui/JMapPane.java 2009-07-02 14:23:36 UTC (rev 179)
@@ -909,7 +909,7 @@
try {
return ((GeoMouseEvent) e).getMapCoordinate(null).toPoint2D();
} catch (Exception err) {
- err.printStackTrace();
+ LOGGER.error("return ((GeoMouseEvent) e).getMapCoordinate(null).toPoint2D();", err);
}
// aktuelle Geo-Position ueber Transformation des JMapPane berechnen
@@ -1560,7 +1560,7 @@
}
} catch (IOException err) {
- err.printStackTrace();
+ LOGGER.error("applying the distanceWithin filter", err);
}
// for ( FeatureCollection fc1 : result.values() )
@@ -2290,7 +2290,7 @@
// }
/**
- * Nuetzlich wenn die Componente gedruckt wird. Dann werden wird der
+ * Nuetzlich wenn die Componente gedruckt (z.B. wenn ein Screenshot gemacht wird) wird. Dann werden wird der
* Hintergrund auf WEISS gesetzt.
*
* @author <a href="mailto:skpublic at wikisquare.de">Stefan Alfons
More information about the Schmitzm-commits
mailing list