Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Paulet
Orekit
Commits
eb600144
Commit
eb600144
authored
Jan 25, 2019
by
Luc Maisonobe
Browse files
Fixed wrong @Since.
parent
8d4db124
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/orekit/files/sp3/SP3File.java
View file @
eb600144
...
...
@@ -72,7 +72,7 @@ public class SP3File implements EphemerisFile {
/** fitted after applying a Helmert transformation. */
HLM
,
/** other type, defined by SP3 file producing agency.
* @since 9.
4
* @since 9.
3
*/
OTHER
;
...
...
@@ -156,7 +156,7 @@ public class SP3File implements EphemerisFile {
private
SP3OrbitType
orbitType
;
/** Key for orbit type.
* @since 9.
4
* @since 9.
3
*/
private
String
orbitTypeKey
;
...
...
@@ -400,7 +400,7 @@ public class SP3File implements EphemerisFile {
/** Returns the orbit type key for this SP3 file.
* @return the orbit type key
* @since 9.
4
* @since 9.
3
*/
public
String
getOrbitTypeKey
()
{
return
orbitTypeKey
;
...
...
@@ -408,7 +408,7 @@ public class SP3File implements EphemerisFile {
/** Set the orbit type key for this SP3 file.
* @param oTypeKey the orbit type key to be set
* @since 9.
4
* @since 9.
3
*/
void
setOrbitTypeKey
(
final
String
oTypeKey
)
{
this
.
orbitTypeKey
=
oTypeKey
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment