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

michi at wyona.com michi at wyona.com
Sun Feb 11 16:24:59 CET 2007


Author: michi
Date: 2007-02-11 16:24:57 +0100 (Sun, 11 Feb 2007)
New Revision: 22578

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/VersionableV2.java
Log:
javadoc fixed

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/VersionableV2.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/VersionableV2.java	2007-02-10 00:26:17 UTC (rev 22577)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/VersionableV2.java	2007-02-11 15:24:57 UTC (rev 22578)
@@ -28,7 +28,7 @@
 
     /**
      * Gets an array of revision information objects.
-     * @return
+     * @return informations of the various revisions
      * @throws Exception
      */
     public RevisionInformation[] getRevisions() throws Exception;
@@ -37,7 +37,7 @@
      * Gets the view of a certain revision.
      * @param viewId
      * @param revisionName
-     * @return
+     * @return view of resource
      * @throws Exception
      */
     public View getView(String viewId, String revisionName) throws Exception;
@@ -65,21 +65,21 @@
     
     /**
      * Indicates whether this resource is checked out.
-     * @return
+     * @return boolean to indicate of resource is checked out nor not
      * @throws Exception
      */
     public boolean isCheckedOut() throws Exception;
     
     /**
      * Returns the user id which was supplied when calling checkout()
-     * @return
+     * @return user id who checked out resource
      * @throws Exception
      */
     public String getCheckoutUserID() throws Exception;
     
     /**
      * Returns the date when this resource was checked out.
-     * @return
+     * @return date
      * @throws Exception
      */
     public Date getCheckoutDate() throws Exception;




More information about the Yanel-commits mailing list