unused import cleanup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user