Branch: refs/heads/master
Home:
https://github.com/beanvalidation/beanvalidation-api
Commit: 4f2d1153f4cbdb143e1eea4447b854ff17580dee
https://github.com/beanvalidation/beanvalidation-api/commit/4f2d1153f4cbd...
Author: Emmanuel Bernard <emmanuel(a)hibernate.org>
Date: 2013-02-17 (Sun, 17 Feb 2013)
Changed paths:
M src/main/java/javax/validation/ConstraintViolation.java
M src/main/java/javax/validation/executable/ExecutableValidator.java
Log Message:
-----------
BVAL-401 validateReturnValue should not throw an exception if the method has no return
value
This reverts commit 4361050d833b4527c119f9849275833dc41f085e.
Also adjust Constraintviolation getExecutableReturnValue.