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 2006/08/08 00:36:43 UTC

svn commit: r429498 - /incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties

Author: ppoddar
Date: Mon Aug  7 15:36:42 2006
New Revision: 429498

URL: http://svn.apache.org/viewvc?rev=429498&view=rev
Log:
unsupported-value-strategy had a wrong {n} in the message.

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

Modified: incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties?rev=429498&r1=429497&r2=429498&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties (original)
+++ incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties Mon Aug  7 15:36:42 2006
@@ -166,8 +166,8 @@
 	hierarchy must use the same access type (field vs. property access).
 no-seq-name: The metadata for "{0}" sets its value or identity strategy \
 	to sequence, but does not name the sequence to use.
-unsupported-value-strategy: "{0}" declares an unsupported strategy of "{0}" \
-	for its {1}.
+unsupported-value-strategy: "{0}" declares an unsupported strategy of "{1}" \
+	for its {2}.
 cant-init-seq: There was an error instantiating named sequence "{0}".
 not-seq-cls: Named sequence "{0}" declares an invalid class "{1}".
 bad-value-strategy: "{0}" declares an identity or value strategy of "{1}". \