In DateDt DEFAULT_PRECISION was added to default constructor.

This commit is contained in:
petromykhailyshyn 2014-11-18 16:21:54 +02:00
parent 93c34fdbbe
commit e253d166c7
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ public class DateDt extends BaseDateTimeDt {
@SimpleSetter(suffix="WithDayPrecision")
public DateDt(@SimpleSetter.Parameter(name = "theDate") Date theDate) {
setValue(theDate);
setPrecision(DEFAULT_PRECISION);
}
/**