luehe 2003/02/24 15:12:25
Modified: el/src/java/org/apache/commons/el Resources.properties
Log:
fixed arg order in resource string for INAPPROPRIATE_FUNCTION_ARG_COUNT
Revision Changes Path
1.3 +1 -1
jakarta-commons/el/src/java/org/apache/commons/el/Resources.properties
Index: Resources.properties
===================================================================
RCS file:
/home/cvs/jakarta-commons/el/src/java/org/apache/commons/el/Resources.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Resources.properties 24 Feb 2003 22:55:03 -0000 1.2
+++ Resources.properties 24 Feb 2003 23:12:19 -0000 1.3
@@ -135,7 +135,7 @@
No function is mapped to the name "{0}"
INAPPROPRIATE_FUNCTION_ARG_COUNT=\
- The function "{1}" requires {2} arguments but was passed {3}
+ The function "{0}" requires {1} arguments but was passed {2}
FUNCTION_INVOCATION_ERROR=\
An error occurred while evaluating function "{0}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]