[Yanel-commits] rev 57786 - public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes

michi at wyona.com michi at wyona.com
Tue Apr 12 09:39:29 CEST 2011


Author: michi
Date: 2011-04-12 09:39:29 +0200 (Tue, 12 Apr 2011)
New Revision: 57786

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/VersionableV3.java
Log:
redundant method removed and proposed checkin added

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/VersionableV3.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/VersionableV3.java	2011-04-12 07:20:30 UTC (rev 57785)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/VersionableV3.java	2011-04-12 07:39:29 UTC (rev 57786)
@@ -35,13 +35,11 @@
     public java.util.Iterator<RevisionInformation> getRevisions(boolean reverse) throws Exception;
 
     /**
-     * Gets an iterator of revision information objects (newest/head revision first, oldest at the last position)
-     * @param reverse Reverse order by date. If set to true, then the oldest revision is first and the newest/head is last.
-     * @return information of the various revisions, or empty iterator if there are no revisions.
+     * Puts this resource into checked-in state, and creates a new revision.
      * @throws Exception
      */
 /*
-    public java.util.Iterator<RevisionInformation> getRevisions(boolean reverse) throws Exception;
+    public RevisionInformation checkin(String comment) throws Exception;
 */
 
     /**



More information about the Yanel-commits mailing list