Skip to content
Snippets Groups Projects
Commit d0aa86f6 authored by Mélina Vanel's avatar Mélina Vanel
Browse files

Modifications to avoid spotbug warnings

parent 65960886
No related branches found
No related tags found
1 merge request!6Adding AbsoluteDateArrayHandlingin order to vectorize better pyrugged
Pipeline #3167 passed
...@@ -31,7 +31,7 @@ public class AbsoluteDateArrayHandling { ...@@ -31,7 +31,7 @@ public class AbsoluteDateArrayHandling {
* compute duration * compute duration
*/ */
public AbsoluteDateArrayHandling(final AbsoluteDate[] dates) { public AbsoluteDateArrayHandling(final AbsoluteDate[] dates) {
this.dates = dates; this.dates = dates.clone();
} }
/** Get time-shifted dates for several dates or several time shifts. /** Get time-shifted dates for several dates or several time shifts.
......
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