ovidiu 2002/09/24 01:44:23 Modified: src/java/org/apache/cocoon/environment/http HttpEnvironment.java Log: Added "throws IOException" to tryResetResponse(). Revision Changes Path 1.17 +3 -2 xml-cocoon2/src/java/org/apache/cocoon/environment/http/HttpEnvironment.java Index: HttpEnvironment.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/environment/http/HttpEnvironment.java,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- HttpEnvironment.java 23 Sep 2002 10:24:36 -0000 1.16 +++ HttpEnvironment.java 24 Sep 2002 08:44:23 -0000 1.17 @@ -262,7 +262,8 @@ * * @return true if the response was successfully reset */ - public boolean tryResetResponse() { + public boolean tryResetResponse() + throws IOException { if (!super.tryResetResponse()) { try { if (!this.response.isCommitted()) {
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]