Skip to content
Snippets Groups Projects
Commit 61397aa0 authored by Bryan Cazabonne's avatar Bryan Cazabonne
Browse files

Fixed JavaDoc warning.

parent 24ba980a
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ public class CPF implements EphemerisFile<CPF.CPFCoordinate, CPF.CPFEphemeris> {
* If the header has not been read, the {@link #DEFAULT_ID} is used.
* </p>
* @param coord the P/V coordinate of the satellite
* @deprecated as of 11.0.1, replaced by {@link #addSatelliteCoordinates(String, CPFCoordinate)}
* @deprecated as of 11.0.1, replaced by {@link CPF#addSatelliteCoordinate(String, CPFCoordinate)}
*/
@Deprecated
public void addSatelliteCoordinate(final CPFCoordinate coord) {
......
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