mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-07 21:48:21 +00:00
- changed the order in which the state of a DateRangeParam instance got first modified and then verified. - renamed the private method validateAndThrowDataFormatExceptionIfInvalid() to validateAndSet(DateParam, DateParam). - replaced the methods haveLowerBound() and haveUpperBound() with the stateless method hasBound(DateParam).