| Method and Description |
|---|
| jidefx.utils.DateUtils.max(List<Date>)
replaced by
DateUtils.maxDates(java.util.List) to comply with the new compilation regulation. We have
to delete the max(List) in releases earlier than 2.9.4 due to the same reason. |
| jidefx.utils.DateUtils.min(List<Date>)
replaced by
DateUtils.minDates(java.util.List) to comply with the new compilation regulation. We have
to delete the min(List) in releases earlier than 2.9.4 due to the same reason. |