You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by jw...@apache.org on 2005/05/10 12:15:42 UTC

svn commit: r169447 - in /lenya/trunk/src/java/org/apache/lenya/cms: cocoon/flow/FlowHelper.java publication/util/CollectionImpl.java

Author: jwkaltz
Date: Tue May 10 03:15:39 2005
New Revision: 169447

URL: http://svn.apache.org/viewcvs?rev=169447&view=rev
Log:
[minor change] fix javadoc references

Modified:
    lenya/trunk/src/java/org/apache/lenya/cms/cocoon/flow/FlowHelper.java
    lenya/trunk/src/java/org/apache/lenya/cms/publication/util/CollectionImpl.java

Modified: lenya/trunk/src/java/org/apache/lenya/cms/cocoon/flow/FlowHelper.java
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/cocoon/flow/FlowHelper.java?rev=169447&r1=169446&r2=169447&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/cocoon/flow/FlowHelper.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/cocoon/flow/FlowHelper.java Tue May 10 03:15:39 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright  1999-2004 The Apache Software Foundation
+ * Copyright  1999-2005 The Apache Software Foundation
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -32,13 +32,14 @@
 
 /**
  * Flowscript utility class.
+ * @version $Id$
  */
 public interface FlowHelper {
 	
-	/**
-	 * The Avalon Role.
-	 */
-	String ROLE = FlowHelper.class.getName();
+    /**
+     * The Avalon Role.
+     */
+    String ROLE = FlowHelper.class.getName();
 
     /**
      * Returns the current workflow situation.
@@ -125,8 +126,8 @@
      * @param backup Wether a new revision should be created.
      * @throws FileReservedCheckInException
      * @throws Exception
-     * @see RevisionController#reservedCheckIn(String, String, boolean)
+     * @see RevisionController#reservedCheckIn(String, String, boolean, boolean)
      */
     void reservedCheckIn(FOM_Cocoon cocoon, boolean backup) throws FileReservedCheckInException,
             Exception;
-}
\ No newline at end of file
+}

Modified: lenya/trunk/src/java/org/apache/lenya/cms/publication/util/CollectionImpl.java
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/publication/util/CollectionImpl.java?rev=169447&r1=169446&r2=169447&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/publication/util/CollectionImpl.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/publication/util/CollectionImpl.java Tue May 10 03:15:39 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright  1999-2004 The Apache Software Foundation
+ * Copyright  1999-2005 The Apache Software Foundation
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -15,8 +15,6 @@
  *
  */
 
-/* $Id$  */
-
 package org.apache.lenya.cms.publication.util;
 
 import java.io.File;
@@ -46,6 +44,7 @@
 
 /**
  * Implementation of a Collection.
+ * @version $Id$
  */
 public class CollectionImpl extends DefaultDocument implements Collection {
 
@@ -187,7 +186,7 @@
     }
 
     /**
-     * @see org.apache.lenya.transaction.Transactionable#save()
+     * @see org.apache.lenya.transaction.Transactionable#saveTransactionable()
      */
     public void save() throws TransactionException {
         try {



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