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
9a70b630
Commit
9a70b630
authored
Jan 18, 2022
by
Bryan Cazabonne
Browse files
Used Collections to return an empty list.
parent
ddde9015
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/orekit/propagation/analytical/AbstractAnalyticalPropagator.java
View file @
9a70b630
...
...
@@ -385,7 +385,7 @@ public abstract class AbstractAnalyticalPropagator extends AbstractPropagator {
* @since 11.1
*/
protected
List
<
String
>
getJacobiansColumnsNames
()
{
return
new
Arra
yList
<>
();
return
Collections
.
empt
yList
();
}
/** Internal PVCoordinatesProvider for attitude computation. */
...
...
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