Author: curtisr7
Date: Thu Jan  6 20:45:08 2011
New Revision: 1056068

URL: http://svn.apache.org/viewvc?rev=1056068&view=rev
Log:
OPENJPA-1717: Doc updates.

Modified:
    openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml

Modified: 
openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml?rev=1056068&r1=1056067&r2=1056068&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml 
(original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml 
Thu Jan  6 20:45:08 2011
@@ -354,17 +354,6 @@
        The following sections indicate behavior that has changed from the 
OpenJPA 2.0.x
        release to the OpenJPA 2.1.0 release.
                </para>
-               <section id="finder_cache_statistics">
-                       <title>FinderCache CacheStatistics</title>
-                       <para>
-       In the OpenJPA 2.0.x release CacheStatistics were collected by default. 
In the
-       OpenJPA 2.1.0 release collection of statistics is disabled by default. 
The
-       following property enables statistics collection.
-       <programlisting>
-&lt;property name="openjpa.jdbc.FinderCache" 
value="true(EnableStats=true)"/&gt;
-       </programlisting>               
-                       </para>
-               </section>
         </section>
        </section>    
 </appendix>


Reply via email to