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
Orekit
Orekit
Commits
70fa7738
Commit
70fa7738
authored
Sep 06, 2021
by
Bryan Cazabonne
Browse files
Fixed SpotBugs warning.
parent
e5e9e6fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/orekit/files/ccsds/ndm/odm/ocm/ManeuverFieldType.java
View file @
70fa7738
...
...
@@ -218,10 +218,10 @@ public enum ManeuverFieldType {
private
final
Unit
unit
;
/** Processing method. */
private
final
FieldProcessor
processor
;
private
final
transient
FieldProcessor
processor
;
/** Writing method. */
private
final
FieldWriter
writer
;
private
final
transient
FieldWriter
writer
;
/** Simple constructor.
* @param unitSpecifications field unit specifications
...
...
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