You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mi...@apache.org on 2005/07/13 06:43:27 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

minchau     2005/07/12 21:43:27

  Modified:    java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java
  Log:
  Minor change in the error message,
  fix was found by Brian Vargas, patch produced and
  reviewed by Brian Minchau.
  
  Revision  Changes    Path
  1.83      +2 -2      xml-xalan/java/src/org/apache/xalan/xsltc/runtime/BasisLibrary.java
  
  Index: BasisLibrary.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/runtime/BasisLibrary.java,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -r1.82 -r1.83
  --- BasisLibrary.java	8 Jun 2005 13:10:08 -0000	1.82
  +++ BasisLibrary.java	13 Jul 2005 04:43:27 -0000	1.83
  @@ -229,7 +229,7 @@
   	}
   	else {
   	    final String className = obj.getClass().getName();
  -	    runTimeError(INVALID_ARGUMENT_ERR, className, "number()");
  +	    runTimeError(INVALID_ARGUMENT_ERR, className, "boolean()");
   	}
   	return false;
       }
  
  
  

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