You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/02/21 18:29:36 UTC

svn commit: r510112 - /lenya/trunk/src/java/org/apache/lenya/cms/repository/ContentHolder.java

Author: andreas
Date: Wed Feb 21 09:29:34 2007
New Revision: 510112

URL: http://svn.apache.org/viewvc?view=rev&rev=510112
Log:
[minor change] added javadoc comment

Modified:
    lenya/trunk/src/java/org/apache/lenya/cms/repository/ContentHolder.java

Modified: lenya/trunk/src/java/org/apache/lenya/cms/repository/ContentHolder.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/java/org/apache/lenya/cms/repository/ContentHolder.java?view=diff&rev=510112&r1=510111&r2=510112
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/repository/ContentHolder.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/repository/ContentHolder.java Wed Feb 21 09:29:34 2007
@@ -10,11 +10,13 @@
 public interface ContentHolder extends MetaDataOwner {
 
     /**
-     * @return The last modification date.
+     * @return The last modification date. The date is measured in milliseconds
+     *         since the epoch (00:00:00 GMT, January 1, 1970), and is 0 if it's
+     *         unknown.
      * @throws RepositoryException if the node does not exist.
      */
     long getLastModified() throws RepositoryException;
-    
+
     /**
      * @return The content length.
      * @throws RepositoryException if the node does not exist.
@@ -26,7 +28,7 @@
      * @return the source URI
      */
     String getSourceURI();
-    
+
     /**
      * @return if the item exists.
      * @throws RepositoryException if an error occurs.



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