Skip to content
Snippets Groups Projects
Commit 9a70b630 authored by Bryan Cazabonne's avatar Bryan Cazabonne
Browse files

Used Collections to return an empty list.

parent ddde9015
No related branches found
No related tags found
No related merge requests found
......@@ -385,7 +385,7 @@ public abstract class AbstractAnalyticalPropagator extends AbstractPropagator {
* @since 11.1
*/
protected List<String> getJacobiansColumnsNames() {
return new ArrayList<>();
return Collections.emptyList();
}
/** Internal PVCoordinatesProvider for attitude computation. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment