]> source.dussan.org Git - poi.git/commitdiff
I feel this has exited the purely experimental stage. While no means a production...
authorAndrew C. Oliver <acoliver@apache.org>
Thu, 2 May 2002 00:49:56 +0000 (00:49 +0000)
committerAndrew C. Oliver <acoliver@apache.org>
Thu, 2 May 2002 00:49:56 +0000 (00:49 +0000)
we're in the development stage firmly forging forward.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352580 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/record/formula/FormulaParser.java

index d18a64d49f083b0c14b491a7ee658b96f77d8537..de8e3e3eb8ac10faee3b88e38c70dea8fe6399ee 100644 (file)
@@ -66,9 +66,6 @@ import java.io.File;
 
 
 /**
- * EXPERIMENTAL 
- *
- *
  * This class parses a formula string into a List of tokens in RPN order
  * Inspired by 
  *           Lets Build a Compiler, by Jack Crenshaw