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

Removed unused import.

parent ee680109
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
package org.orekit.rugged.linesensor; package org.orekit.rugged.linesensor;
import org.apache.commons.math3.geometry.euclidean.threed.Vector3D; import org.apache.commons.math3.geometry.euclidean.threed.Vector3D;
import org.orekit.rugged.los.LOSBuilder;
import org.orekit.rugged.los.TimeDependentLOS; import org.orekit.rugged.los.TimeDependentLOS;
import org.orekit.time.AbsoluteDate; import org.orekit.time.AbsoluteDate;
...@@ -43,7 +42,7 @@ public class LineSensor { ...@@ -43,7 +42,7 @@ public class LineSensor {
* @param datationModel datation model * @param datationModel datation model
* @param position sensor position in spacecraft frame * @param position sensor position in spacecraft frame
* @param los pixels lines-of-sight in spacecraft frame * @param los pixels lines-of-sight in spacecraft frame
* @see LOSBuilder * @see org.orekit.rugged.los.LOSBuilder
*/ */
public LineSensor(final String name, final LineDatation datationModel, public LineSensor(final String name, final LineDatation datationModel,
final Vector3D position, final TimeDependentLOS los) { final Vector3D position, final TimeDependentLOS los) {
......
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