luehe 2004/03/03 14:19:49
Modified: beanutils/src/java/org/apache/commons/beanutils
MethodUtils.java
Log:
fixed typo: die->due
Revision Changes Path
1.26 +1 -1
jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/MethodUtils.java
Index: MethodUtils.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/MethodUtils.java,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- MethodUtils.java 28 Feb 2004 13:18:33 -0000 1.25
+++ MethodUtils.java 3 Mar 2004 22:19:49 -0000 1.26
@@ -641,7 +641,7 @@
// log but continue just in case the method.invoke
works anyway
if (!loggedAccessibleWarning) {
log.warn(
- "Cannot use JVM pre-1.4 access bug workaround die to restrictive
security manager.");
+ "Cannot use JVM pre-1.4 access bug workaround due to restrictive
security manager.");
loggedAccessibleWarning = true;
}
log.debug(
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]