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

Fixed javadoc.

parent 9b78d891
No related branches found
No related tags found
No related merge requests found
......@@ -508,8 +508,8 @@ public class Rugged {
* @param dumpStream stream where to dump the interpolator
* (caller opened it and remains responsible for closing it)
* @exception RuggedException if interpolator cannot be written to file
* @see #Rugged(TileUpdater, int, AlgorithmId, OneAxisEllipsoid, Frame, File)
* @see #Rugged(TileUpdater, int, AlgorithmId, EllipsoidId, InertialFrameId, BodyRotatingFrameId, File)
* @see #Rugged(TileUpdater, int, AlgorithmId, OneAxisEllipsoid, Frame, InputStream)
* @see #Rugged(TileUpdater, int, AlgorithmId, EllipsoidId, InertialFrameId, BodyRotatingFrameId, InputStream)
*/
public void dumpInterpolator(final OutputStream dumpStream) throws RuggedException {
try {
......
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