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/04/22 15:09:57 UTC

svn commit: r164236 - /lenya/trunk/src/java/org/apache/lenya/cms/publication/DocumentType.java

Author: jwkaltz
Date: Fri Apr 22 06:09:57 2005
New Revision: 164236

URL: http://svn.apache.org/viewcvs?rev=164236&view=rev
Log:
[minor change] corrected parameter description

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

Modified: lenya/trunk/src/java/org/apache/lenya/cms/publication/DocumentType.java
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/publication/DocumentType.java?rev=164236&r1=164235&r2=164236&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/publication/DocumentType.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/publication/DocumentType.java Fri Apr 22 06:09:57 2005
@@ -42,7 +42,7 @@
     /** Creates a new instance of DocumentType
      * 
      * @param _name the name of the document type
-     * @param _sampleContentLocation location of sample contents
+     * @param _logger a logger
      */
     protected DocumentType(String _name, Logger _logger) {
         assert _name != null;



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