diff --git a/src/java/org/apache/commons/lang/exception/NestableDelegate.java b/src/java/org/apache/commons/lang/exception/NestableDelegate.java index f81d0b770..6aeb139f2 100644 --- a/src/java/org/apache/commons/lang/exception/NestableDelegate.java +++ b/src/java/org/apache/commons/lang/exception/NestableDelegate.java @@ -64,13 +64,13 @@ import java.util.List; /** - * NestableDelegate is a shared implementation of the nestable - * exception functionality. + *

A shared implementation of the nestable exception functionality.

*

* The code is shared between * {@link org.apache.commons.lang.exception.NestableError NestableError}, * {@link org.apache.commons.lang.exception.NestableException NestableException} and * {@link org.apache.commons.lang.exception.NestableRuntimeException NestableRuntimeException}. + *

* * @author Rafal Krzewski * @author Daniel Rall @@ -79,7 +79,7 @@ * @author Sean C. Sullivan * @author Stephen Colebourne * @since 1.0 - * @version $Id: NestableDelegate.java,v 1.19 2003/08/21 05:33:10 ggregory Exp $ + * @version $Id: NestableDelegate.java,v 1.20 2003/08/23 00:41:29 ggregory Exp $ */ public class NestableDelegate implements Serializable {