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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to