From 3b94c206e537be3804e2ee2a3a1ea48ab1066e0a Mon Sep 17 00:00:00 2001 From: Javen O'Neal Date: Mon, 2 Nov 2015 13:13:52 +0000 Subject: [PATCH] fix javadoc link git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711957 13f79535-47bb-0310-9956-ffa450edef68 --- src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f718e37f0..85f283a67 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