mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-11 12:35:07 +00:00
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:
parent
4b4b5a8295
commit
d9feeca6e4
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user