From adb9a6e3de600f51d4ea3ddf4070d892f97a0688 Mon Sep 17 00:00:00 2001 From: Albert Lee Date: Wed, 30 Jul 2008 01:09:18 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@680894 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/resources/org/apache/openjpa/meta/localizer.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties b/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties index d5100131a..c0baf2807 100644 --- a/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties +++ b/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties @@ -177,7 +177,7 @@ invalid-id: The id class specified by type "{0}" does not match the \ primary key fields of the class. Make sure your identity class has the \ same primary keys as your persistent type, including pk field types. \ Mismatched property: "{1}" -null-cons: The id class specified by type "{0}" does not have public a \ +null-cons: The id class specified by type "{0}" does not have a public \ no-args constructor. hc-method: The identity class specified by type "{0}" is not valid, as the \ hashCode method is not overridden. Implement hashCode so that two \