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

Fixed javadoc warnings.

parent dd621977
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ import org.hipparchus.exception.LocalizedException; ...@@ -27,7 +27,7 @@ import org.hipparchus.exception.LocalizedException;
* the rugged library classes. * the rugged library classes.
* <p> * <p>
* This class is heavily based on Orekit {@link org.orekit.errors.OrekitException}, * This class is heavily based on {@code OrekitException},
* which is distributed under the terms of the Apache License V2. * which is distributed under the terms of the Apache License V2.
* </p> * </p>
* *
......
...@@ -22,7 +22,7 @@ package org.orekit.rugged.errors; ...@@ -22,7 +22,7 @@ package org.orekit.rugged.errors;
* this exception. Typical examples are propagation methods that are used inside Hipparchus * this exception. Typical examples are propagation methods that are used inside Hipparchus
* optimizers, integrators or solvers.</p> * optimizers, integrators or solvers.</p>
* <p> * <p>
* This class is heavily based on Orekit {@link org.orekit.errors.OrekitException}, * This class is heavily based on {@code OrekitException},
* which is distributed under the terms of the Apache License V2. * which is distributed under the terms of the Apache License V2.
* </p> * </p>
* @author Luc Maisonobe * @author Luc Maisonobe
......
...@@ -43,7 +43,7 @@ import org.hipparchus.exception.Localizable; ...@@ -43,7 +43,7 @@ import org.hipparchus.exception.Localizable;
* translation is missing. * translation is missing.
* </p> * </p>
* <p> * <p>
* This class is heavily based on Orekit {@link org.orekit.errors.OrekitMessages}, * This class is heavily based on {@code OrekitMessages},
* which is distributed under the terms of the Apache License V2. * which is distributed under the terms of the Apache License V2.
* </p> * </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