diff options
author | Yegor Kozlov <yegor@apache.org> | 2008-11-07 16:57:23 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2008-11-07 16:57:23 +0000 |
commit | f1438095498ea70e80195365bf168dd14e80cecd (patch) | |
tree | 291c4ae921745f2e2ef55c077bb9db0266a77399 /src/testcases/org/apache/poi/ss/formula/TestCellCacheEntry.java | |
parent | d61df950d94a49ca25176709f84a0acf7845b44e (diff) | |
download | poi-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.java | 2 |
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 */ |