You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2011/12/06 06:03:00 UTC

svn commit: r1210781 - /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/access/OptimisticLockException.java

Author: aadamchik
Date: Tue Dec  6 05:03:00 2011
New Revision: 1210781

URL: http://svn.apache.org/viewvc?rev=1210781&view=rev
Log:
javadoc

Modified:
    cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/access/OptimisticLockException.java

Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/access/OptimisticLockException.java
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/access/OptimisticLockException.java?rev=1210781&r1=1210780&r2=1210781&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/access/OptimisticLockException.java (original)
+++ cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/access/OptimisticLockException.java Tue Dec  6 05:03:00 2011
@@ -119,7 +119,7 @@ public class OptimisticLockException ext
     }
 
     /**
-     * Returns the object that caused the OptimisticLockException.
+     * Returns the ObjectId of the object that caused the OptimisticLockException.
      * 
      * @since 3.1
      */