Class Javadoc: Normalize the first sentence.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137656 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2003-08-23 00:41:29 +00:00
parent 4b4b5a8295
commit d9feeca6e4
1 changed files with 3 additions and 3 deletions

View File

@ -64,13 +64,13 @@
import java.util.List;
/**
* <code>NestableDelegate</code> is a shared implementation of the nestable
* exception functionality.
* <p>A shared implementation of the nestable exception functionality.</p>
* <p>
* 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}.
* </p>
*
* @author <a href="mailto:Rafal.Krzewski@e-point.pl">Rafal Krzewski</a>
* @author <a href="mailto:dlr@collab.net">Daniel Rall</a>
@ -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 {