getMessage(String): Corrected grammar in JavaDoc.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136988 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Rall 2002-08-25 19:02:49 +00:00
parent e4125727e7
commit 241e24c4d6

View File

@ -65,7 +65,7 @@
* @author <a href="mailto:dlr@collab.net">Daniel Rall</a> * @author <a href="mailto:dlr@collab.net">Daniel Rall</a>
* @author <a href="mailto:knielsen@apache.org">Kasper Nielsen</a> * @author <a href="mailto:knielsen@apache.org">Kasper Nielsen</a>
* @author <a href="mailto:steven@caswell.name">Steven Caswell</a> * @author <a href="mailto:steven@caswell.name">Steven Caswell</a>
* @version $Id: NestableDelegate.java,v 1.6 2002/08/24 19:18:50 dlr Exp $ * @version $Id: NestableDelegate.java,v 1.7 2002/08/25 19:02:49 dlr Exp $
*/ */
public class NestableDelegate public class NestableDelegate
{ {
@ -127,8 +127,8 @@ String getMessage(int index)
} }
/** /**
* Returns the full message contains by the <code>Nestable</code> and any * Returns the full message contained by the <code>Nestable</code>
* nested <code>Throwable</code>s. * and any nested <code>Throwable</code>s.
* *
* @param baseMsg the base message to use when creating the full * @param baseMsg the base message to use when creating the full
* message. Should be generally be called via * message. Should be generally be called via