Skip to content
Snippets Groups Projects
Commit a00601b7 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Removed spurious imports.

parent 6c8a0117
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,6 @@
*/
package org.orekit.rugged.raster;
import org.orekit.rugged.raster.TileFactory;
/** Simple implementation of a {@link TileFactory} for {@link SimpleTile}.
* @author Luc Maisonobe
*/
......
......@@ -17,8 +17,6 @@
package org.orekit.rugged.intersection;
import org.orekit.rugged.intersection.BasicScanAlgorithm;
import org.orekit.rugged.intersection.IntersectionAlgorithm;
import org.orekit.rugged.raster.TileUpdater;
public class BasicScanAlgorithmTest extends AbstractAlgorithmTest {
......
......@@ -16,10 +16,6 @@
*/
package org.orekit.rugged.raster;
import org.orekit.rugged.raster.SimpleTile;
import org.orekit.rugged.raster.SimpleTileFactory;
import org.orekit.rugged.raster.TileFactory;
public class CountingFactory implements TileFactory<SimpleTile> {
private int count;
......
......@@ -23,9 +23,6 @@ import org.junit.Test;
import org.orekit.bodies.GeodeticPoint;
import org.orekit.rugged.errors.RuggedException;
import org.orekit.rugged.errors.RuggedMessages;
import org.orekit.rugged.raster.SimpleTile;
import org.orekit.rugged.raster.SimpleTileFactory;
import org.orekit.rugged.raster.Tile;
import org.orekit.rugged.raster.Tile.Location;
public class SimpleTileTest {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment