You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2012/07/29 19:07:53 UTC

svn commit: r1366877 - /bval/trunk/bval-jsr303/src/test/java/org/apache/bval/jsr303/example/Address.java

Author: mbenson
Date: Sun Jul 29 17:07:53 2012
New Revision: 1366877

URL: http://svn.apache.org/viewvc?rev=1366877&view=rev
Log:
sp

Modified:
    bval/trunk/bval-jsr303/src/test/java/org/apache/bval/jsr303/example/Address.java

Modified: bval/trunk/bval-jsr303/src/test/java/org/apache/bval/jsr303/example/Address.java
URL: http://svn.apache.org/viewvc/bval/trunk/bval-jsr303/src/test/java/org/apache/bval/jsr303/example/Address.java?rev=1366877&r1=1366876&r2=1366877&view=diff
==============================================================================
--- bval/trunk/bval-jsr303/src/test/java/org/apache/bval/jsr303/example/Address.java (original)
+++ bval/trunk/bval-jsr303/src/test/java/org/apache/bval/jsr303/example/Address.java Sun Jul 29 17:07:53 2012
@@ -84,7 +84,7 @@ public class Address implements ZipCodeC
     }
 
     /**
-     * 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 ZipCodeC
     @GroupSequence(value = {Default.class, HighLevelCoherence.class})
     public interface Complete {
     }
-}
\ No newline at end of file
+}