You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2005/05/24 16:58:44 UTC

svn commit: r178180 - /lenya/trunk/src/java/org/apache/lenya/cms/editors/EditDocument.java

Author: andreas
Date: Tue May 24 07:58:43 2005
New Revision: 178180

URL: http://svn.apache.org/viewcvs?rev=178180&view=rev
Log:
[minor change] added javadocs

Modified:
    lenya/trunk/src/java/org/apache/lenya/cms/editors/EditDocument.java

Modified: lenya/trunk/src/java/org/apache/lenya/cms/editors/EditDocument.java
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/editors/EditDocument.java?rev=178180&r1=178179&r2=178180&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/editors/EditDocument.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/editors/EditDocument.java Tue May 24 07:58:43 2005
@@ -62,6 +62,9 @@
         }
     }
 
+    /**
+     * @see org.apache.lenya.cms.usecase.AbstractUsecase#getObjectsToLock()
+     */
     protected Transactionable[] getObjectsToLock() throws UsecaseException {
         if (getLogger().isDebugEnabled()) {
             getLogger().debug("EditDocument::getObjectsToLock() called on source document [" + getSourceDocument().getId() + "]");



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org