Subversion Repository Public Repository

litesoft

Diff Revisions 859 vs 860 for /trunk/Java/core/Anywhere/src/org/litesoft/core/typeutils/gregorian/Dates.java

Diff revisions: vs.
  @@ -4,9 +4,9 @@
4 4
5 5 public class Dates
6 6 {
7 - public static SimpleDate forceEndOfMonth( SimpleDate pSimpleDate )
7 + public static CalendarYMD forceEndOfMonth( CalendarYMD pCalendarYMD )
8 8 {
9 - return (pSimpleDate == null) ? null : pSimpleDate.forceEndOfMonth();
9 + return (pCalendarYMD == null) ? null : pCalendarYMD.forceEndOfMonth();
10 10 }
11 11
12 12 /**