cziegeler 02/01/04 04:06:46
Modified: src/java/org/apache/cocoon/reading Reader.java
Log:
Fixed javadoc
Revision Changes Path
1.2 +1 -3 xml-cocoon2/src/java/org/apache/cocoon/reading/Reader.java
Index: Reader.java
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/reading/Reader.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Reader.java 3 Jan 2002 12:31:18 -0000 1.1
+++ Reader.java 4 Jan 2002 12:06:46 -0000 1.2
@@ -17,7 +17,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Giacomo Pati</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/01/03 12:31:18 $
+ * @version CVS $Revision: 1.2 $ $Date: 2002/01/04 12:06:46 $
*/
public interface Reader extends SitemapModelComponent, SitemapOutputComponent {
@@ -25,8 +25,6 @@
/**
* Generate the response.
- * @return The length of the response or <code>0</code> if the length
- * is unknown.
*/
void generate()
throws IOException, SAXException, ProcessingException;
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]