Subversion Repository Public Repository

litesoft

Diff Revisions 893 vs 897 for /trunk/Java/core/Anywhere/src/org/litesoft/core/simpletypes/temporal/CalendarYMD.java

Diff revisions: vs.
  @@ -94,7 +94,7 @@
94 94 @Override
95 95 public UtilDateAdaptor toUtilDateAdaptor()
96 96 {
97 - return UtilDateAdaptor.currentWall( getYear(), getMonth(), getDay() );
97 + return UtilDateAdaptor.wall( getYear(), getMonth(), getDay() );
98 98 }
99 99
100 100 // vvvvvvvvvvvvvvvvvv Non-common Public methods vvvvvvvvvvvvvvvvv