Skip to content

Commit

Permalink
Fixed javadoc warnings up to jdk 17 for official release.
Browse files Browse the repository at this point in the history
  • Loading branch information
vcucchie committed Oct 11, 2024
1 parent 77e2d9f commit 6ebafab
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ public DSSTZonal(final Frame bodyFixedFrame, final UnnormalizedSphericalHarmonic
* <p>
* Setting bodyFixedFrame to null will lead to large errors if the orbit frame is far from Earth rotating frame (GCRF, EME2000...).
* The error gets smaller as the orbit frame gets closer to Earth rotating frame (MOD, then TOD).
* <p>
* @see <a href="https://gitlab.orekit.org/orekit/orekit/-/issues/1104">issue-1104 on the forge</a>
* <p>
* When this constructor is used, maximum allowed values are used
Expand Down Expand Up @@ -257,9 +256,7 @@ public DSSTZonal(final Frame bodyFixedFrame,
* <p>
* Setting bodyFixedFrame to null will lead to large errors if the orbit frame is far from Earth rotating frame (GCRF, EME2000...).
* The error gets smaller as the orbit frame gets closer to Earth rotating frame (MOD, then TOD).
* <p>
* @see <a href="https://gitlab.orekit.org/orekit/orekit/-/issues/1104">issue-1104 on the forge</a>
* <p>
* @param provider provider for spherical harmonics
* @param maxDegreeShortPeriodics maximum degree to consider for short periodics zonal harmonics potential
* (must be between 2 and {@code provider.getMaxDegree()})
Expand Down

0 comments on commit 6ebafab

Please sign in to comment.