I feel this has exited the purely experimental stage. While no means a production thing,

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
This commit is contained in:
Andrew C. Oliver 2002-05-02 00:49:56 +00:00
parent 89d1187724
commit 1831910703
1 changed files with 0 additions and 3 deletions

View 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