Author: epbernard
Date: 2009-07-16 14:00:21 -0400 (Thu, 16 Jul 2009)
New Revision: 17114
Modified:
beanvalidation/trunk/validation-api/src/main/java/javax/validation/TraversableResolver.java
Log:
cleaner JavaDoc
Modified:
beanvalidation/trunk/validation-api/src/main/java/javax/validation/TraversableResolver.java
===================================================================
---
beanvalidation/trunk/validation-api/src/main/java/javax/validation/TraversableResolver.java 2009-07-16
17:58:25 UTC (rev 17113)
+++
beanvalidation/trunk/validation-api/src/main/java/javax/validation/TraversableResolver.java 2009-07-16
18:00:21 UTC (rev 17114)
@@ -41,8 +41,8 @@
* (using the path specification defined by Bean Validator).
* @param elementType either <code>FIELD</code> or
<code>METHOD</code>.
*
- * @return <code>true</code> if Bean Validation is allowed to reach the
property state,
- * <code>false</code> otherwise.
+ * @return <code>true</code> if the Bean Validation provider is allowed to
+ * reach the property state, <code>false</code> otherwise.
*/
boolean isReachable(Object traversableObject,
Path.Node traversableProperty,
@@ -66,8 +66,8 @@
* (using the path specification defined by Bean Validator).
* @param elementType either <code>FIELD</code> or
<code>METHOD</code>.
*
- * @return <code>true</code> if Bean Validation is allowed to cascade
validation,
- * <code>false</code> otherwise.
+ * @return <code>true</code> if the Bean Validation provider is allowed to
+ * cascade validation, <code>false</code> otherwise.
*/
boolean isCascadable(Object traversableObject,
Path.Node traversableProperty,
Show replies by date