Instead of duplicating the if-check block, how about just add another String variable "dateType" and assign value to it in the first if-check block?
Rest looks fine. Valerie
On 10/5/2016 1:20 PM, Anthony Scarpino wrote:
Hi,I'd like a review of this change away from a generic error messages in the denyAfter constraint. The message better specify which date was checked against the constraint now. Testing is handled elsewhere.http://cr.openjdk.java.net/~ascarpino/8165103/webrev/ Tony