Removal of unused import statements. Easily reproduced by any modern IDE.
Command line:
svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r10795:10796 https://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/test/java/org/geotools/util/RangeSetTest.java
Revision 10795 | Revision 10796 |
---|---|
import junit.framework.TestCase; import junit.framework.TestSuite; // Geotools dependencies import org.geotools.gc.GridCoverageTest; import org.geotools.resources.Arguments; /** * Test the {@link RangeSet} implementation. * |
import junit.framework.TestCase; import junit.framework.TestSuite; /** * Test the {@link RangeSet} implementation. * |