[Schmitzm-commits] r447 - branches/1.0-gt2-2.6/src/skrueger/geotools

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Oct 7 16:08:42 CEST 2009


Author: alfonx
Date: 2009-10-07 16:08:41 +0200 (Wed, 07 Oct 2009)
New Revision: 447

Modified:
   branches/1.0-gt2-2.6/src/skrueger/geotools/StyledFS.java
Log:
* Moved more JUnit tests into it's own src dir: src_junit

Modified: branches/1.0-gt2-2.6/src/skrueger/geotools/StyledFS.java
===================================================================
--- branches/1.0-gt2-2.6/src/skrueger/geotools/StyledFS.java	2009-10-07 13:40:19 UTC (rev 446)
+++ branches/1.0-gt2-2.6/src/skrueger/geotools/StyledFS.java	2009-10-07 14:08:41 UTC (rev 447)
@@ -274,8 +274,8 @@
 	 * @see {@link StyledFeaturesInterface}
 	 */
 	@Override
-	public FeatureCollection getFeatureCollection() {
-		FeatureCollection features;
+	public FeatureCollection<SimpleFeatureType, SimpleFeature> getFeatureCollection() {
+		FeatureCollection<SimpleFeatureType, SimpleFeature> features;
 		try {
 			features = getGeoObject().getFeatures();
 		} catch (IOException e) {



More information about the Schmitzm-commits mailing list