This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a commit to tag 0.5
in repository https://gitbox.apache.org/repos/asf/bval.git
commit 42ec2f1e89cc7d810f6ac7364c1b07ad09415290
Author: mbenson <mbenson@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Sun Jul 29 17:07:53 2012 +0000
sp
git-svn-id: http://svn.apache.org/repos/asf/bval/trunk@1366877
13f79535-47bb-0310-9956-ffa450edef68
---
bval-jsr303/src/test/java/org/apache/bval/jsr303/example/Address.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/bval-jsr303/src/test/java/org/apache/bval/jsr303/example/Address.java
b/bval-jsr303/src/test/java/org/apache/bval/jsr303/example/Address.java
index d72f2fc..15d36c7 100644
--- a/bval-jsr303/src/test/java/org/apache/bval/jsr303/example/Address.java
+++ b/bval-jsr303/src/test/java/org/apache/bval/jsr303/example/Address.java
@@ -84,7 +84,7 @@ public class Address implements ZipCodeCityCarrier {
}
/**
- * Check conherence on the overall object
+ * Check coherence on the overall object
* Needs basic checking to be green first
*/
public interface HighLevelCoherence {
@@ -97,4 +97,4 @@ public class Address implements ZipCodeCityCarrier {
@GroupSequence(value = {Default.class, HighLevelCoherence.class})
public interface Complete {
}
-}
\ No newline at end of file
+}