dlr 2002/08/25 12:02:49
Modified: lang/src/java/org/apache/commons/lang/exception
NestableDelegate.java
Log:
getMessage(String): Corrected grammar in JavaDoc.
Revision Changes Path
1.7 +3 -3 jakarta-commons/lang/src/java/org/apache/commons/lang/exception/NestableDelegate.java
Index: NestableDelegate.java
===================================================================
RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/exception/NestableDelegate.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -u -r1.6 -r1.7
--- NestableDelegate.java 24 Aug 2002 19:18:50 -0000 1.6
+++ NestableDelegate.java 25 Aug 2002 19:02:49 -0000 1.7
@@ -127,8 +127,8 @@
}
/**
- * Returns the full message contains by the <code>Nestable</code> and any
- * nested <code>Throwable</code>s.
+ * Returns the full message contained by the <code>Nestable</code>
+ * and any nested <code>Throwable</code>s.
*
* @param baseMsg the base message to use when creating the full
* message. Should be generally be called via
--
To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@jakarta.apache.org>
|