[Schmitzm-commits] r1130 - trunk/src/schmitzm/geotools/feature

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Oct 14 23:31:15 CEST 2010


Author: mojays
Date: 2010-10-14 23:31:15 +0200 (Thu, 14 Oct 2010)
New Revision: 1130

Modified:
   trunk/src/schmitzm/geotools/feature/AttributeModificationRule.java
Log:
java doc updated

Modified: trunk/src/schmitzm/geotools/feature/AttributeModificationRule.java
===================================================================
--- trunk/src/schmitzm/geotools/feature/AttributeModificationRule.java	2010-10-14 21:26:23 UTC (rev 1129)
+++ trunk/src/schmitzm/geotools/feature/AttributeModificationRule.java	2010-10-14 21:31:15 UTC (rev 1130)
@@ -219,6 +219,9 @@
   /**
    * Applies the modifications defined by this {@link AttributeModificationRule} to a
    * destination feature.
+   * @param sourceFeature feature the value is taken from
+   * @param destFeature feature the value is written to according to
+   *                    modification of attribute name, type, NULL values and NULL alias
    */
   public void applyToFeature(SimpleFeature sourceFeature, SimpleFeature destFeature) {
     if ( destFeature == null )



More information about the Schmitzm-commits mailing list