[Schmitzm-commits] r319 - branches/1.0-gt2-2.6/src/org/geotools/feature/collection

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Aug 26 15:42:16 CEST 2009


Author: alfonx
Date: 2009-08-26 15:42:13 +0200 (Wed, 26 Aug 2009)
New Revision: 319

Modified:
   branches/1.0-gt2-2.6/src/org/geotools/feature/collection/SubFeatureCollection.java
Log:
Changed:
import org.geotools.util.ProgressListener 	
to:
import org.opengis.util.ProgressListener 

Modified: branches/1.0-gt2-2.6/src/org/geotools/feature/collection/SubFeatureCollection.java
===================================================================
--- branches/1.0-gt2-2.6/src/org/geotools/feature/collection/SubFeatureCollection.java	2009-08-26 13:33:32 UTC (rev 318)
+++ branches/1.0-gt2-2.6/src/org/geotools/feature/collection/SubFeatureCollection.java	2009-08-26 13:42:13 UTC (rev 319)
@@ -30,7 +30,7 @@
 import org.geotools.feature.SimpleFeatureType;
 import org.geotools.feature.visitor.FeatureVisitor;
 import org.geotools.geometry.jts.ReferencedEnvelope;
-import org.geotools.util.ProgressListener;
+import org.opengis.util.ProgressListener;
 import org.opengis.filter.Filter;
 import org.opengis.filter.FilterFactory;
 import org.opengis.filter.sort.SortBy;



More information about the Schmitzm-commits mailing list