From: Javen O'Neal Date: Mon, 2 Nov 2015 13:13:52 +0000 (+0000) Subject: fix javadoc link X-Git-Tag: REL_3_14_BETA1~163 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d1343b201b895d4819aed54798fa92e06177196f;p=poi.git fix javadoc link git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711957 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java b/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java index f718e37f09..85f283a672 100644 --- a/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java +++ b/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java @@ -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