OPENJPA-1126: Note on Calendar and Java 1.3 no longer needed in user manual

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@787356 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Milosz Tylenda 2009-06-22 19:12:15 +00:00
parent 1c4fdebe83
commit d389c4327b
1 changed files with 0 additions and 10 deletions

View File

@ -1187,16 +1187,6 @@ store only the <classname>Date</classname> part of the field, not the
into the <classname>Calendar</classname> field, OpenJPA will use the <classname>
TimeZone</classname> that was used to initialize the field.
</para>
<note>
<para>
OpenJPA will automatically track changes made via modification methods in fields
of type <classname>Calendar</classname>, with one exception: when using Java
version 1.3, the <methodname>set()</methodname> method cannot be overridden, so
when altering the calendar using that method, the field must be explicitly
marked as dirty. This limitation does not apply when running with Java version
1.4 and higher.
</para>
</note>
</section>
<section id="ref_guide_pc_scos_proxy">
<title>