From f187b3d9954f1cd2fac201890a848001565075fb Mon Sep 17 00:00:00 2001 From: Patrick Linskey Date: Tue, 30 Oct 2007 22:29:17 +0000 Subject: [PATCH] Corrected extra whitespace in error message. git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@590496 13f79535-47bb-0310-9956-ffa450edef68 --- .../resources/org/apache/openjpa/enhance/localizer.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openjpa-kernel/src/main/resources/org/apache/openjpa/enhance/localizer.properties b/openjpa-kernel/src/main/resources/org/apache/openjpa/enhance/localizer.properties index 6b9a6baff..2200b052d 100644 --- a/openjpa-kernel/src/main/resources/org/apache/openjpa/enhance/localizer.properties +++ b/openjpa-kernel/src/main/resources/org/apache/openjpa/enhance/localizer.properties @@ -195,7 +195,7 @@ subclasser-fetch-group-override: The field {1} in type {0} is configured to be \ access when not running the OpenJPA enhancer or when dynamic class \ redefinition is not available. no-accessor: Could not find method called {0} in type {1}. -unspecified-unenhanced-types: The following classes were not specified in your \ +unspecified-unenhanced-types: The following classes were not specified in your \ configuration: {1}. One or more of the classes that were registered with \ the system had references to these classes. Registered types: {0} enhance-error: An error occurred while enhancing {0}. Exception message: {1}