luehe       2003/02/24 14:55:03

  Modified:    el/src/java/org/apache/commons/el Resources.properties
  Log:
  fixed arg order in resource string for UNKNOWN_FUNCTION error code
  
  Revision  Changes    Path
  1.2       +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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Resources.properties      4 Feb 2003 00:22:25 -0000       1.1
  +++ Resources.properties      24 Feb 2003 22:55:03 -0000      1.2
  @@ -132,7 +132,7 @@
        with value "{1}": {2}
   
   UNKNOWN_FUNCTION=\
  -     No function is mapped to the name "{1}"
  +     No function is mapped to the name "{0}"
   
   INAPPROPRIATE_FUNCTION_ARG_COUNT=\
        The function "{1}" requires {2} arguments but was passed {3}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to