Author: curtisr7
Date: Thu Jan  6 20:47:13 2011
New Revision: 1056069

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

Modified:
    
openjpa/branches/2.1.x/openjpa-project/src/doc/manual/migration_considerations.xml

Modified: 
openjpa/branches/2.1.x/openjpa-project/src/doc/manual/migration_considerations.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/2.1.x/openjpa-project/src/doc/manual/migration_considerations.xml?rev=1056069&r1=1056068&r2=1056069&view=diff
==============================================================================
--- 
openjpa/branches/2.1.x/openjpa-project/src/doc/manual/migration_considerations.xml
 (original)
+++ 
openjpa/branches/2.1.x/openjpa-project/src/doc/manual/migration_considerations.xml
 Thu Jan  6 20:47:13 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