From 0ea644427544aea91a7d9af42bf4ab761a378d3a Mon Sep 17 00:00:00 2001
From: Luc Maisonobe <luc@orekit.org>
Date: Tue, 8 Feb 2022 14:26:27 +0100
Subject: [PATCH] Fixed javadoc.

---
 .../org/orekit/rugged/intersection/IntersectionAlgorithm.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/orekit/rugged/intersection/IntersectionAlgorithm.java b/src/main/java/org/orekit/rugged/intersection/IntersectionAlgorithm.java
index 438e7b05..2989d2ce 100644
--- a/src/main/java/org/orekit/rugged/intersection/IntersectionAlgorithm.java
+++ b/src/main/java/org/orekit/rugged/intersection/IntersectionAlgorithm.java
@@ -40,7 +40,7 @@ public interface IntersectionAlgorithm {
      * <p>
      * This method is used to refine an intersection when a close guess is
      * already known. The intersection is typically looked for by a direct
-     * {@link org.orekit.rugged.raster.Tile#cellIntersection(GeodeticPoint,
+     * {@link org.orekit.rugged.raster.Tile#cellIntersection(NormalizedGeodeticPoint,
      * Vector3D, int, int) cell intersection} in the tile which already
      * contains the close guess, or any similar very fast algorithm.
      * </p>
-- 
GitLab