diff --git a/openjpa-project/src/doc/manual/jpa_overview_meta.xml b/openjpa-project/src/doc/manual/jpa_overview_meta.xml index 2eb60c803..e3772dde2 100644 --- a/openjpa-project/src/doc/manual/jpa_overview_meta.xml +++ b/openjpa-project/src/doc/manual/jpa_overview_meta.xml @@ -754,11 +754,6 @@ retrieve all persistent state; other side effects might not be desirable. -Each class must use either field access or property access for all state; you -cannot use both access types within the same class. Additionally, a subclass -must use the same access type as its superclass. - - The remainder of this document uses the term "persistent field" to refer to either a persistent field or a persistent property.