You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ge...@apache.org on 2002/04/26 06:51:43 UTC

cvs commit: jakarta-commons-sandbox/jexl/xdocs index.xml

geirm       02/04/25 21:51:43

  Modified:    jexl/xdocs index.xml
  Log:
  Noted that '+' is overloaded - works for string concatenation
  
  Revision  Changes    Path
  1.2       +4 -0      jakarta-commons-sandbox/jexl/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jexl/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	26 Apr 2002 04:47:44 -0000	1.1
  +++ index.xml	26 Apr 2002 04:51:43 -0000	1.2
  @@ -62,6 +62,10 @@
           <li>
           Optional syntax for the 'empty' function :   empty(obj)
           </li>
  +        <li>
  +        Misc : '+' has been overloaded to be use as a String concatenation operator
  +        </li>
  +
        </ul>
   
       </section>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>