Javadoc fix.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352577 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Klute 2002-05-01 09:29:46 +00:00
parent 950559e41a
commit 15e71ecb67

View File

@ -78,7 +78,7 @@ public abstract class OperationPtg extends Ptg
/**
* returns a string representation of the operations
* the length of the input array should equal the number returned by
* @see getNumberOfOperands
* @see #getNumberOfOperands
*
*/
public abstract String toFormulaString(String[] operands);