Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
Orekit DSST Orbit Determination
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Orekit Labs
Orekit DSST Orbit Determination
Commits
eb600144
Commit
eb600144
authored
6 years ago
by
Luc Maisonobe
Browse files
Options
Downloads
Patches
Plain Diff
Fixed wrong @Since.
parent
8d4db124
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/org/orekit/files/sp3/SP3File.java
+4
-4
4 additions, 4 deletions
src/main/java/org/orekit/files/sp3/SP3File.java
with
4 additions
and
4 deletions
src/main/java/org/orekit/files/sp3/SP3File.java
+
4
−
4
View file @
eb600144
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment