klute 02/05/01 02:29:46
Modified: src/java/org/apache/poi/hssf/record/formula
OperationPtg.java
Log:
Javadoc fix.
Revision Changes Path
1.7 +1 -1
jakarta-poi/src/java/org/apache/poi/hssf/record/formula/OperationPtg.java
Index: OperationPtg.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/record/formula/OperationPtg.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- OperationPtg.java 30 Apr 2002 23:22:27 -0000 1.6
+++ OperationPtg.java 1 May 2002 09:29:46 -0000 1.7
@@ -78,7 +78,7 @@
/**
* 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);