You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by ro...@apache.org on 2010/05/04 14:20:04 UTC

svn commit: r940823 - in /incubator/bval/trunk/bval-jsr303/src/main/resources/org/apache/bval/jsr303: ValidationMessages.properties ValidationMessages_de.properties

Author: romanstumm
Date: Tue May  4 12:20:04 2010
New Revision: 940823

URL: http://svn.apache.org/viewvc?rev=940823&view=rev
Log:
BVAL-34 Parameter for @Pattern message should be {regexp} - fixes from Carlos Varla

Modified:
    incubator/bval/trunk/bval-jsr303/src/main/resources/org/apache/bval/jsr303/ValidationMessages.properties
    incubator/bval/trunk/bval-jsr303/src/main/resources/org/apache/bval/jsr303/ValidationMessages_de.properties

Modified: incubator/bval/trunk/bval-jsr303/src/main/resources/org/apache/bval/jsr303/ValidationMessages.properties
URL: http://svn.apache.org/viewvc/incubator/bval/trunk/bval-jsr303/src/main/resources/org/apache/bval/jsr303/ValidationMessages.properties?rev=940823&r1=940822&r2=940823&view=diff
==============================================================================
--- incubator/bval/trunk/bval-jsr303/src/main/resources/org/apache/bval/jsr303/ValidationMessages.properties (original)
+++ incubator/bval/trunk/bval-jsr303/src/main/resources/org/apache/bval/jsr303/ValidationMessages.properties Tue May  4 12:20:04 2010
@@ -28,7 +28,7 @@ javax.validation.constraints.Size.messag
 javax.validation.constraints.Digits.message=numeric value out of bounds (<{integer} digits>.<{fraction} digits> expected)
 javax.validation.constraints.Past.message=must be a past date
 javax.validation.constraints.Future.message=must be a future date
-javax.validation.constraints.Pattern.message=must match the following regular expression: {regex}
+javax.validation.constraints.Pattern.message=must match the following regular expression: {regexp}
 
 # additional built-ins
 org.apache.bval.constraints.NotEmpty.message=may not be empty

Modified: incubator/bval/trunk/bval-jsr303/src/main/resources/org/apache/bval/jsr303/ValidationMessages_de.properties
URL: http://svn.apache.org/viewvc/incubator/bval/trunk/bval-jsr303/src/main/resources/org/apache/bval/jsr303/ValidationMessages_de.properties?rev=940823&r1=940822&r2=940823&view=diff
==============================================================================
--- incubator/bval/trunk/bval-jsr303/src/main/resources/org/apache/bval/jsr303/ValidationMessages_de.properties (original)
+++ incubator/bval/trunk/bval-jsr303/src/main/resources/org/apache/bval/jsr303/ValidationMessages_de.properties Tue May  4 12:20:04 2010
@@ -28,7 +28,7 @@ javax.validation.constraints.Size.messag
 javax.validation.constraints.Digits.message=numerischer Wert au§erhalb des GŸltigkeitsbereiches (erwarte: <{integer} digits>.<{fraction} digits>)
 javax.validation.constraints.Past.message=muss Datum in der Vergangenheit sein
 javax.validation.constraints.Future.message=muss Datum in der Zukunft sein
-javax.validation.constraints.Pattern.message=Muss mit regulŠrem Ausdruck Ÿbereinstimmen: {regex}
+javax.validation.constraints.Pattern.message=Muss mit regulŠrem Ausdruck Ÿbereinstimmen: {regexp}
 
 # additional built-ins
 org.apache.bval.constraints.NotEmpty.message=darf nicht leer sein