greenrd 01/02/28 10:05:49
Modified: src/org/apache/cocoon Cocoon.java
Log:
typo
Revision Changes Path
1.23 +3 -3 xml-cocoon/src/org/apache/cocoon/Cocoon.java
Index: Cocoon.java
===================================================================
RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/Cocoon.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- Cocoon.java 2001/02/24 18:20:42 1.22
+++ Cocoon.java 2001/02/28 18:05:46 1.23
@@ -1,4 +1,4 @@
-/*-- $Id: Cocoon.java,v 1.22 2001/02/24 18:20:42 greenrd Exp $ --
+/*-- $Id: Cocoon.java,v 1.23 2001/02/28 18:05:46 greenrd Exp $ --
============================================================================
The Apache Software License, Version 1.1
@@ -64,7 +64,7 @@
* separate different knowledge contexts in different processing layers.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Stefano Mazzocchi</a>
- * @version $Revision: 1.22 $ $Date: 2001/02/24 18:20:42 $
+ * @version $Revision: 1.23 $ $Date: 2001/02/28 18:05:46 $
*/
public class Cocoon extends HttpServlet implements Defaults {
@@ -269,7 +269,7 @@
String userAgent = null;
String xml = null;
String out = null;
- OutputStream out = null;
+ OutputStream os = null;
Configurations confs = null;
if (argument.length == 0)