on 5/6/02 4:32 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> +                Throwable rootCause = ((JspException)t).getRootCause();
> +                if (rootCause != null) {
> +                    throw new ServletException(t.getMessage(), rootCause);
> +                } else {
> +                    throw new ServletException(t);
> +        }

The last } has a tab in front of it.

-jon


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to