[Schmitzm-commits] r1287 - trunk/src/schmitzm/geotools/styling
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Nov 18 14:28:11 CET 2010
Author: alfonx
Date: 2010-11-18 14:28:11 +0100 (Thu, 18 Nov 2010)
New Revision: 1287
Modified:
trunk/src/schmitzm/geotools/styling/StylingUtil.java
Log:
Some cleanups
Modified: trunk/src/schmitzm/geotools/styling/StylingUtil.java
===================================================================
--- trunk/src/schmitzm/geotools/styling/StylingUtil.java 2010-11-18 13:16:03 UTC (rev 1286)
+++ trunk/src/schmitzm/geotools/styling/StylingUtil.java 2010-11-18 13:28:11 UTC (rev 1287)
@@ -1818,7 +1818,7 @@
}
/**
- * Geopublisher allows to use one or two attributes for labelling, like
+ * Geopublisher allows to use one or two attributes for labeling, like
*
* <code>
@@ -1872,7 +1872,7 @@
return FilterUtil.FILTER_FAC2.property(prop1);
}
} catch (final Exception e) {
- LOGGER.error("Reading the second property for labelling failed", e);
+ LOGGER.error("Reading the second property for labeling failed", e);
return null;
}
@@ -2117,7 +2117,7 @@
}
/**
- * Geopublisher allows to use one or two attributes for labelling, like
+ * Geopublisher allows to use one or two attributes for labeling, like
*
*
* Returns the second attribute found in the label expression of the given
@@ -2155,7 +2155,7 @@
}
catch (final Exception e) {
- LOGGER.error("Reading the seconf property for labelling failed", e);
+ LOGGER.error("Reading the seconf property for labeling failed", e);
}
return null;
More information about the Schmitzm-commits
mailing list