You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ov...@apache.org on 2002/09/24 10:41:54 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/environment Environment.java

ovidiu      2002/09/24 01:41:54

  Modified:    src/java/org/apache/cocoon/environment Environment.java
  Log:
  Added "throws IOException" to tryResetResponse().
  
  Revision  Changes    Path
  1.15      +2 -2      xml-cocoon2/src/java/org/apache/cocoon/environment/Environment.java
  
  Index: Environment.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/environment/Environment.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Environment.java	13 Sep 2002 06:46:29 -0000	1.14
  +++ Environment.java	24 Sep 2002 08:41:54 -0000	1.15
  @@ -252,7 +252,7 @@
        *
        * @return true if the response was successfully reset
        */
  -    boolean tryResetResponse();
  +    boolean tryResetResponse() throws IOException;
   
   
       /**
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org