Skip to content
Snippets Groups Projects
Commit 3fe96866 authored by Guylaine Prat's avatar Guylaine Prat
Browse files

Correct javadoc

parent 9a661241
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ import org.orekit.rugged.utils.NormalizedGeodeticPoint;
/** Intersection ignoring Digital Elevation Model.
* <p>
* This dummy implementation simply uses the ellipsoid itself.
* This implementation uses a constant elevation over the ellipsoid.
* </p>
* @author Luc Maisonobe
*/
......
......@@ -18,7 +18,7 @@ package org.orekit.rugged.raster;
/** Interface used to update Digital Elevation Model tiles.
* <p>
* Implementations of this interface are must be provided by
* Implementations of this interface must be provided by
* the image processing mission-specific layer, thus allowing
* the Rugged library to access the Digital Elevation Model data.
* </p>
......
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