You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2007/12/19 05:29:52 UTC

svn commit: r605420 - /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/java/org/apache/cocoon/generation/CSVGenerator.java

Author: vgritsenko
Date: Tue Dec 18 20:29:52 2007
New Revision: 605420

URL: http://svn.apache.org/viewvc?rev=605420&view=rev
Log:
repair javadoc

Modified:
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/java/org/apache/cocoon/generation/CSVGenerator.java

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/java/org/apache/cocoon/generation/CSVGenerator.java
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/java/org/apache/cocoon/generation/CSVGenerator.java?rev=605420&r1=605419&r2=605420&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/java/org/apache/cocoon/generation/CSVGenerator.java (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/java/org/apache/cocoon/generation/CSVGenerator.java Tue Dec 18 20:29:52 2007
@@ -37,7 +37,6 @@
 import org.xml.sax.SAXException;
 
 /**
- * @cocoon.sitemap.component.documentation
  * A simple parser converting a Comma Separated Values (CSV) file into XML.
  * 
  * <p>This parser is controlled by the following sitemap parameters:</p>
@@ -98,6 +97,14 @@
  * Unfortunately no official CSV specification has ever been published by
  * any standard body, so the interpretation of the format might be slightly
  * different in cases.</p>
+ *
+ * @cocoon.sitemap.component.documentation
+ * A simple parser converting a Comma Separated Values (CSV) file into XML.
+ * @cocoon.sitemap.component.name   csv
+ * @cocoon.sitemap.component.documentation.caching
+ *     Uses the last modification date of the xml document for validation
+ *
+ * @version $Id$
  */
 public class CSVGenerator extends FileGenerator {