You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sa...@apache.org on 2002/06/21 00:24:17 UTC

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

santiagopg    2002/06/20 15:24:17

  Modified:    java/src/org/apache/xalan/xsltc/compiler FunctionCall.java
  Log:
  Replaced _type by getType().
  
  Revision  Changes    Path
  1.17      +2 -2      xml-xalan/java/src/org/apache/xalan/xsltc/compiler/FunctionCall.java
  
  Index: FunctionCall.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/FunctionCall.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- FunctionCall.java	29 Apr 2002 18:32:30 -0000	1.16
  +++ FunctionCall.java	20 Jun 2002 22:24:17 -0000	1.17
  @@ -479,7 +479,7 @@
   		exp.translate(classGen, methodGen);
   		// Convert the argument to its Java type
   		exp.startResetIterator(classGen, methodGen);
  -		exp._type.translateTo(classGen, methodGen, paramTypes[i]);
  +		exp.getType().translateTo(classGen, methodGen, paramTypes[i]);
   	    }
   
   	    final StringBuffer buffer = new StringBuffer();
  
  
  

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