Author: epbernard
Date: 2009-06-09 15:31:53 -0400 (Tue, 09 Jun 2009)
New Revision: 16731
Modified:
beanvalidation/trunk/validation-api/src/main/java/javax/validation/ConstraintDescriptor.java
beanvalidation/trunk/validation-api/src/main/java/javax/validation/ConstraintValidatorContext.java
Log:
typo
Modified:
beanvalidation/trunk/validation-api/src/main/java/javax/validation/ConstraintDescriptor.java
===================================================================
---
beanvalidation/trunk/validation-api/src/main/java/javax/validation/ConstraintDescriptor.java 2009-06-09
18:54:36 UTC (rev 16730)
+++
beanvalidation/trunk/validation-api/src/main/java/javax/validation/ConstraintDescriptor.java 2009-06-09
19:31:53 UTC (rev 16731)
@@ -33,7 +33,7 @@
/**
* Returns the annotation describing the constraint declaration.
* If a composing constraint, attribute values are reflecting
- * the overridden attributes from the composing constraint
+ * the overridden attributes of the composing constraint
*
* @return The annotation for this constraint.
*/
@@ -60,7 +60,7 @@
* Returns a map containing the annotation attribute names as keys and the
* annotation attribute values as value.
* If this constraint is used as part of a composed constraint, attribute
- * values are reflecting the overridden attribute from the composing constraint.
+ * values are reflecting the overridden attribute of the composing constraint.
*
* @return a map containing the annotation attribute names as keys
* and the annotation attribute values as value.
Modified:
beanvalidation/trunk/validation-api/src/main/java/javax/validation/ConstraintValidatorContext.java
===================================================================
---
beanvalidation/trunk/validation-api/src/main/java/javax/validation/ConstraintValidatorContext.java 2009-06-09
18:54:36 UTC (rev 16730)
+++
beanvalidation/trunk/validation-api/src/main/java/javax/validation/ConstraintValidatorContext.java 2009-06-09
19:31:53 UTC (rev 16731)
@@ -56,7 +56,7 @@
/**
* Add a new error message to a given sub property <code>property</code>.
The subproperty
- * is relative to the path tot he bean or property hosting the constraint.
+ * is relative to the path to the bean or property hosting the constraint.
*
* This error message will be interpolated.
* <p/>