diff --git a/core/src/main/java/org/orekit/rugged/api/Rugged.java b/core/src/main/java/org/orekit/rugged/api/Rugged.java index e75551c34402e571be5f10a3a31b296862432fe0..920e522aec9c12cb7b774ed3aef8309711629f95 100644 --- a/core/src/main/java/org/orekit/rugged/api/Rugged.java +++ b/core/src/main/java/org/orekit/rugged/api/Rugged.java @@ -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 {