fix javadoc link

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711957 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2015-11-02 13:13:52 +00:00
parent e1e740bc3c
commit 3b94c206e5
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ public final class XSSFCell implements Cell {
* Copy cell value, formula, and style, from srcCell per cell copy policy
* If srcCell is null, clears the cell value and cell style per cell copy policy
*
* This does not shift references in formulas. Use {@link XSSFRowShifter} to shift references in formulas.
* This does not shift references in formulas. Use {@link org.apache.poi.xssf.usermodel.helpers.XSSFRowShifter} to shift references in formulas.
*
* @param srcCell
* @param policy