Skip to content

Commit

Permalink
Modifications to avoid spotbug warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanel committed Mar 22, 2023
1 parent 6596088 commit d0aa86f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class AbsoluteDateArrayHandling {
* compute duration
*/
public AbsoluteDateArrayHandling(final AbsoluteDate[] dates) {
this.dates = dates;
this.dates = dates.clone();
}

/** Get time-shifted dates for several dates or several time shifts.
Expand Down

0 comments on commit d0aa86f

Please sign in to comment.