Merge pull request #53 from petromykhailysyn/master

In DateDt DEFAULT_PRECISION was added to default constructor.
This commit is contained in:
James Agnew 2014-11-18 13:55:03 -05:00
commit d8fa4696d9
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);
}
/**