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

josias at wyona.com josias at wyona.com
Mon Feb 12 16:15:59 CET 2007


Author: josias
Date: 2007-02-12 16:15:58 +0100 (Mon, 12 Feb 2007)
New Revision: 22589

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/attributes/versionable/RevisionInformation.java
Log:
added javadoc. the relevant information is contained in the method descriptions already.

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/attributes/versionable/RevisionInformation.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/attributes/versionable/RevisionInformation.java	2007-02-12 15:04:38 UTC (rev 22588)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/attributes/versionable/RevisionInformation.java	2007-02-12 15:15:58 UTC (rev 22589)
@@ -32,7 +32,7 @@
     
     /**
      * Gets the revision name, which may be actually be a number in some repository implementations.
-     * @return
+     * @return revision name
      */
     public String getName() {
         return name;
@@ -48,7 +48,7 @@
     
     /**
      * Gets the date when the revision was created.
-     * @return
+     * @return date
      */
     public Date getDate() {
         return date;
@@ -56,7 +56,7 @@
     
     /**
      * Gets a string which identifies the person who created the revision.
-     * @return
+     * @return user id
      */
     public String getUser() {
         return user;




More information about the Yanel-commits mailing list