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 2005/05/13 10:25:45 UTC

svn commit: r169979 - /lenya/trunk/src/java/org/apache/lenya/cms/publication/Document.java

Author: andreas
Date: Fri May 13 01:25:45 2005
New Revision: 169979

URL: http://svn.apache.org/viewcvs?rev=169979&view=rev
Log:
[minor change] removed unused import, added javadoc tag

Modified:
    lenya/trunk/src/java/org/apache/lenya/cms/publication/Document.java

Modified: lenya/trunk/src/java/org/apache/lenya/cms/publication/Document.java
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/publication/Document.java?rev=169979&r1=169978&r2=169979&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/publication/Document.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/publication/Document.java Fri May 13 01:25:45 2005
@@ -23,7 +23,6 @@
 import java.util.Date;
 
 import org.apache.lenya.cms.metadata.MetaDataOwner;
-import org.apache.lenya.cms.metadata.dublincore.DublinCore;
 import org.apache.lenya.cms.publication.util.DocumentVisitor;
 import org.apache.lenya.cms.repository.Node;
 import org.apache.lenya.transaction.Identifiable;
@@ -197,6 +196,7 @@
 
     /**
      * @return The resource type of this document (formerly known as doctype)
+     * @throws DocumentException if an error occurs.
      */
     String getResourceType() throws DocumentException;
 }



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