unused import cleanup

This commit is contained in:
Eugen Paraschiv
2018-03-04 17:42:36 +02:00
parent d2a2a65566
commit 4a489e4afc
18 changed files with 2 additions and 40 deletions

View File

@@ -3,7 +3,6 @@ package com.baeldung.geotools;
import static org.junit.Assert.assertNotNull;
import org.geotools.feature.DefaultFeatureCollection;
import org.geotools.feature.simple.SimpleFeatureBuilder;
import org.junit.Test;
import org.opengis.feature.simple.SimpleFeatureType;
@@ -19,4 +18,5 @@ public class GeoToolsUnitTest {
assertNotNull(collection);
}
}