You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by jw...@apache.org on 2005/05/10 11:27:08 UTC

svn commit: r169445 - /lenya/trunk/src/java/org/apache/lenya/cms/publication/DefaultDocument.java

Author: jwkaltz
Date: Tue May 10 02:27:07 2005
New Revision: 169445

URL: http://svn.apache.org/viewcvs?rev=169445&view=rev
Log:
[minor change] fixed javadoc reference

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

Modified: lenya/trunk/src/java/org/apache/lenya/cms/publication/DefaultDocument.java
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/publication/DefaultDocument.java?rev=169445&r1=169444&r2=169445&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/publication/DefaultDocument.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/publication/DefaultDocument.java Tue May 10 02:27:07 2005
@@ -522,7 +522,7 @@
     /**
      * Convenience method to read the document's resource type from
      * the meta-data.
-     * @see #Document.getResourceType()
+     * @see Document#getResourceType()
      */
     public String getResourceType() throws DocumentException {
         return getMetaDataManager().getLenyaMetaData().getFirstValue(LenyaMetaData.ELEMENT_RESOURCE_TYPE);



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