OPENJPA-413 revised message

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@588114 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2007-10-25 02:18:42 +00:00
parent 38ca258bc0
commit b291cd7223
1 changed files with 2 additions and 3 deletions

View File

@ -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 \