OPENJPA-1510: Remove JDK 1.5 reference from Reverse Mapping section - this level of JDK is now a must to run OpenJPA.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@924007 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Milosz Tylenda 2010-03-16 21:54:59 +00:00
parent 4bff5d71e8
commit d386fa8067
1 changed files with 1 additions and 2 deletions

View File

@ -610,8 +610,7 @@ for every many-1/1-1 relation detected.
<listitem>
<para>
<literal>-useGenericCollections/-gc &lt;true/t | false/f&gt;</literal>: Set to
true to use generic collections on OneToMany and ManyToMany relations (requires
JDK 1.5 or higher).
true to use generic collections on OneToMany and ManyToMany relations.
</para>
</listitem>
<listitem>