You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by ig...@apache.org on 2004/02/24 18:35:01 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util ErrorMessages.java

igorh       2004/02/24 09:35:00

  Modified:    java/src/org/apache/xalan/xsltc/compiler/util
                        ErrorMessages.java
  Log:
  missing check-in for 25368
  
  Revision  Changes    Path
  1.24      +8 -1      xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util/ErrorMessages.java
  
  Index: ErrorMessages.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util/ErrorMessages.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- ErrorMessages.java	24 Feb 2004 03:55:48 -0000	1.23
  +++ ErrorMessages.java	24 Feb 2004 17:35:00 -0000	1.24
  @@ -646,6 +646,13 @@
           { ErrorMsg.ER_RESULT_NULL,
               "Result should not be null"},
   
  +        /*
  +         * Note to translators:  This message indicates that the value argument
  +         * of setParameter must be a valid Java Object.
  +         */
  +        {ErrorMsg.JAXP_INVALID_SET_PARAM_VALUE,
  +        "The value of param {0} must be a valid Java Object"},            
  +
   
           {ErrorMsg.COMPILE_STDIN_ERR,
           "The -i option must be used with the -o option."},
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org