svn commit: r562256 - /lenya/trunk/src/java/org/apache/lenya/cms/rc/RCMLEntry.java
| Newsgroups | gmane.comp.cms.lenya.cvs,gmane.spam.detected |
|---|---|
| Message-ID | <[email protected]> |
Author: nettings
Date: Thu Aug 2 14:13:17 2007
New Revision: 562256
URL: http://svn.apache.org/viewvc?view=rev&rev=562256
Log:
tried to clarify javadocs, please review!
Modified:
lenya/trunk/src/java/org/apache/lenya/cms/rc/RCMLEntry.java
Modified: lenya/trunk/src/java/org/apache/lenya/cms/rc/RCMLEntry.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/java/org/apache/lenya/cms/rc/RCMLEntry.java?view=diff&rev=562256&r1=562255&r2=562256
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/rc/RCMLEntry.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/rc/RCMLEntry.java Thu Aug 2 14:13:17 2007
@@ -40,7 +40,8 @@
}
/**
- * Get the identity.
+ * Get the identity of the creator.
+ * FIXME: Is that the user name?
* @return the identity
*/
public String getIdentity() {
@@ -48,7 +49,7 @@
}
/**
- * Get the time.
+ * Get the creation time.
* @return the time
*/
public long getTime() {
@@ -56,7 +57,7 @@
}
/**
- * Get the type.
+ * Get the type (checkin or checkout).
* @return the type
*/
public short getType() {
@@ -64,7 +65,7 @@
}
/**
- * Set the type.
+ * Set the type (checkin or checkout).
* @param s the type
*/
protected void setType(short s) {