You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by pp...@apache.org on 2008/11/05 19:19:52 UTC

svn commit: r711644 - /openjpa/branches/sql-cache/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties

Author: ppoddar
Date: Wed Nov  5 10:19:52 2008
New Revision: 711644

URL: http://svn.apache.org/viewvc?rev=711644&view=rev
Log:
Correct typo in message key

Modified:
    openjpa/branches/sql-cache/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties

Modified: openjpa/branches/sql-cache/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/sql-cache/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties?rev=711644&r1=711643&r2=711644&view=diff
==============================================================================
--- openjpa/branches/sql-cache/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties (original)
+++ openjpa/branches/sql-cache/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties Wed Nov  5 10:19:52 2008
@@ -83,7 +83,7 @@
 	can not be null.
 param-mismatch-value-type: Parameter "{0}" can not be set to "{1}" of "{2}" \
 	as the expected value type is "{3}".
-param-invalid_size: Expected {0} parameter(s) of type "{1}" is different in \
+param-invalid-size: Expected {0} parameter(s) of type "{1}" is different in \
 	number than available {2} parameter(s) of type "{3}".
 param-missing: Parameter "{0}" is missing in expected parameter(s) of type \
 	"{1}". Available parameters are "{2}".
\ No newline at end of file