aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/formula/TestCellCacheEntry.java
diff options
context:
space:
mode:
authorYegor Kozlov <yegor@apache.org>2008-11-07 16:57:23 +0000
committerYegor Kozlov <yegor@apache.org>2008-11-07 16:57:23 +0000
commitf1438095498ea70e80195365bf168dd14e80cecd (patch)
tree291c4ae921745f2e2ef55c077bb9db0266a77399 /src/testcases/org/apache/poi/ss/formula/TestCellCacheEntry.java
parentd61df950d94a49ca25176709f84a0acf7845b44e (diff)
downloadpoi-f1438095498ea70e80195365bf168dd14e80cecd.tar.gz
poi-f1438095498ea70e80195365bf168dd14e80cecd.zip
javadocs cleanup
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@712196 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/testcases/org/apache/poi/ss/formula/TestCellCacheEntry.java')
-rw-r--r--src/testcases/org/apache/poi/ss/formula/TestCellCacheEntry.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcases/org/apache/poi/ss/formula/TestCellCacheEntry.java b/src/testcases/org/apache/poi/ss/formula/TestCellCacheEntry.java
index d5e75dd2ab..a9a259175b 100644
--- a/src/testcases/org/apache/poi/ss/formula/TestCellCacheEntry.java
+++ b/src/testcases/org/apache/poi/ss/formula/TestCellCacheEntry.java
@@ -23,7 +23,7 @@ import org.apache.poi.hssf.record.formula.eval.NumberEval;
import org.apache.poi.hssf.record.formula.eval.ValueEval;
/**
- * Tests {@link CellCacheEntry}.
+ * Tests {@link org.apache.poi.ss.formula.CellCacheEntry}.
*
* @author Josh Micich
*/