Author: hthomann
Date: Wed Jul 17 21:18:30 2013
New Revision: 1504282

URL: http://svn.apache.org/r1504282
Log:
OPENJPA-2355: Made changes to localizer.properties files to update the message 
previously added by this JIRA.

Modified:
    
openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/jpql/localizer.properties

Modified: 
openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/jpql/localizer.properties
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/jpql/localizer.properties?rev=1504282&r1=1504281&r2=1504282&view=diff
==============================================================================
--- 
openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/jpql/localizer.properties
 (original)
+++ 
openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/jpql/localizer.properties
 Wed Jul 17 21:18:30 2013
@@ -40,8 +40,9 @@ unknown-comp: Unknown comparison operato
 wrong-child-count: Wrong number of arguments to expression \
        of type "{1}": should have been {0}, but the following arguments \
        were specified: "{2}".
-less-child-count: Insufficient number of argument to expression \
-       of type "{1}": should have been at least {0}, but were: "{2}"
+less-child-count:There are an insufficient number of arguments for the 
expression \
+        of type "{1}".  The expression requires at least {0} arguments, and 
the \
+        following arguments were provided: "{2}"
 not-schema-name: The name "{0}" is not a recognized entity or identifier. \
     Known entity names: {1}
 not-schema-name-hint: The name "{0}" is not a recognized entity or identifier. 
\


Reply via email to