From b291cd7223862c71dc72d77a57a1b55af20f46af Mon Sep 17 00:00:00 2001 From: Michael Dick Date: Thu, 25 Oct 2007 02:18:42 +0000 Subject: [PATCH] OPENJPA-413 revised message git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@588114 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/openjpa/enhance/localizer.properties | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 eb20ce5fc..d757807d1 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 @@ -128,8 +128,7 @@ property-no-getter: No getter method found for persistent property "{0}". All \ persistent properties must have getter methods. property-no-setter: No setter method found for persistent property "{0}", and \ bytecode analysis of the getter did not reveal a clear backing field. \ - Please create a setter method for this property which may be a private \ - property. + Please create a setter method for this property. property-setter-getter-mismatch: Bytecode analysis of the setter and getter \ methods for persistent property "{0}" indicates that the two methods \ might be acting on different backing fields. The setter method assigns to \ @@ -199,4 +198,4 @@ no-accessor: Could not find method called {0} in type {1}. unspecified-unenhanced-types: One or more of the types in {0} have relations \ to other unenhanced types that were not specified. These unspecified types \ are: {1} -enhance-error: An error occurred while enhancing {0}. Exception message: {1} \ No newline at end of file +enhance-error: An error occurred while enhancing {0}. Exception message: {1}