You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by mo...@apache.org on 2003/01/27 08:21:24 UTC

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty NotFoundHandlerTag.java

morgand     2003/01/26 23:21:24

  Modified:    jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty
                        NotFoundHandlerTag.java
  Log:
  fixed interface
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-commons-sandbox/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/NotFoundHandlerTag.java
  
  Index: NotFoundHandlerTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/NotFoundHandlerTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NotFoundHandlerTag.java	26 Jan 2003 04:42:38 -0000	1.4
  +++ NotFoundHandlerTag.java	27 Jan 2003 07:21:24 -0000	1.5
  @@ -85,7 +85,7 @@
        * @param xmlOutput where to send output
        * @throws Exception when an error occurs
        */
  -    public void doTag(XMLOutput xmlOutput) throws Exception {
  +    public void doTag(XMLOutput xmlOutput) throws JellyTagException {
           HttpContextTag httpContext = (HttpContextTag) findAncestorWithClass(
               HttpContextTag.class);
           if ( httpContext == null ) {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>