avik        2005/07/08 08:19:53

  Modified:    src/java/org/apache/poi/hssf/model FormulaParser.java
  Log:
  trivial edit
  
  Revision  Changes    Path
  1.22      +1 -1      
jakarta-poi/src/java/org/apache/poi/hssf/model/FormulaParser.java
  
  Index: FormulaParser.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/model/FormulaParser.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- FormulaParser.java        31 May 2005 19:10:47 -0000      1.21
  +++ FormulaParser.java        8 Jul 2005 15:19:53 -0000       1.22
  @@ -39,7 +39,7 @@
    * <factor> ::= <number> | (<expression>) | <cellRef> | <function>
    * <function> ::= <functionName> ([expression [, expression]*])
    *
  - *  @author Avik Sengupta <avik AT Avik Sengupta DOT com>
  + *  @author Avik Sengupta <avik at apache dot org>
    *  @author Andrew C. oliver (acoliver at apache dot org)
    *  @author Eric Ladner (eladner at goldinc dot com)
    *  @author Cameron Riley (criley at ekmail.com)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/

Reply via email to