You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by cu...@apache.org on 2011/11/16 19:06:59 UTC

svn commit: r1202817 - /openjpa/branches/2.1.x/openjpa-kernel/src/main/java/org/apache/openjpa/conf/Compatibility.java

Author: curtisr7
Date: Wed Nov 16 18:06:59 2011
New Revision: 1202817

URL: http://svn.apache.org/viewvc?rev=1202817&view=rev
Log:
OPENJPA-1986: Merge Compatibility javadoc from trunk.

Modified:
    openjpa/branches/2.1.x/openjpa-kernel/src/main/java/org/apache/openjpa/conf/Compatibility.java

Modified: openjpa/branches/2.1.x/openjpa-kernel/src/main/java/org/apache/openjpa/conf/Compatibility.java
URL: http://svn.apache.org/viewvc/openjpa/branches/2.1.x/openjpa-kernel/src/main/java/org/apache/openjpa/conf/Compatibility.java?rev=1202817&r1=1202816&r2=1202817&view=diff
==============================================================================
--- openjpa/branches/2.1.x/openjpa-kernel/src/main/java/org/apache/openjpa/conf/Compatibility.java (original)
+++ openjpa/branches/2.1.x/openjpa-kernel/src/main/java/org/apache/openjpa/conf/Compatibility.java Wed Nov 16 18:06:59 2011
@@ -553,7 +553,7 @@ public class Compatibility {
      * only applies for the case where we are trying to cascade a persist to an Entity which doesn't have a StateManager
      * and we can't determine if it is detached. 
      *   
-     * @since 2.1.x
+     * @since 2.1.1
      */
     public boolean getCheckDatabaseForCascadePersistToDetachedEntity(){
         return _checkDatabaseForCascadePersistToDetachedEntity;
@@ -564,7 +564,7 @@ public class Compatibility {
      * only applies for the case where we are trying to cascade a persist to an Entity which doesn't have a StateManager
      * and we can't determine if it is detached. 
      *   
-     * @since 2.1.x
+     * @since 2.1.1
      */
     public void setCheckDatabaseForCascadePersistToDetachedEntity(boolean b){
         _checkDatabaseForCascadePersistToDetachedEntity = b;