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

Fixed wrong @Since.

parent 8d4db124
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ public class SP3File implements EphemerisFile { ...@@ -72,7 +72,7 @@ public class SP3File implements EphemerisFile {
/** fitted after applying a Helmert transformation. */ /** fitted after applying a Helmert transformation. */
HLM, HLM,
/** other type, defined by SP3 file producing agency. /** other type, defined by SP3 file producing agency.
* @since 9.4 * @since 9.3
*/ */
OTHER; OTHER;
...@@ -156,7 +156,7 @@ public class SP3File implements EphemerisFile { ...@@ -156,7 +156,7 @@ public class SP3File implements EphemerisFile {
private SP3OrbitType orbitType; private SP3OrbitType orbitType;
/** Key for orbit type. /** Key for orbit type.
* @since 9.4 * @since 9.3
*/ */
private String orbitTypeKey; private String orbitTypeKey;
...@@ -400,7 +400,7 @@ public class SP3File implements EphemerisFile { ...@@ -400,7 +400,7 @@ public class SP3File implements EphemerisFile {
/** Returns the orbit type key for this SP3 file. /** Returns the orbit type key for this SP3 file.
* @return the orbit type key * @return the orbit type key
* @since 9.4 * @since 9.3
*/ */
public String getOrbitTypeKey() { public String getOrbitTypeKey() {
return orbitTypeKey; return orbitTypeKey;
...@@ -408,7 +408,7 @@ public class SP3File implements EphemerisFile { ...@@ -408,7 +408,7 @@ public class SP3File implements EphemerisFile {
/** Set the orbit type key for this SP3 file. /** Set the orbit type key for this SP3 file.
* @param oTypeKey the orbit type key to be set * @param oTypeKey the orbit type key to be set
* @since 9.4 * @since 9.3
*/ */
void setOrbitTypeKey(final String oTypeKey) { void setOrbitTypeKey(final String oTypeKey) {
this.orbitTypeKey = oTypeKey; this.orbitTypeKey = oTypeKey;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment