Branch: refs/heads/master
Home:
https://github.com/beanvalidation/beanvalidation-api
Commit: 1659592b45b90269c1a5c5cbe4a01ef7d98bdf5e
https://github.com/beanvalidation/beanvalidation-api/commit/1659592b45b90...
Author: Hardy Ferentschik <hardy(a)ferentschik.de>
Date: 2012-03-29 (Thu, 29 Mar 2012)
Changed paths:
M src/main/java/javax/validation/ValidatorFactory.java
Log Message:
-----------
Some javadoc fixes:
* Use {@code} instead of <code>, because it is more readable and {@code} also
escapes meta characters
* align doc style with Sun's recommodation (@param, @return an @throw don't end
with a '.')
* added missing {@link} tags
* use <ul> for enumeration