diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-10-06 13:28:22 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-10-06 13:28:22 +0000 |
commit | a7c82d5a22de3753e948f17077763486271bcf49 (patch) | |
tree | db4d00179d23c6493fe1c78ae6218537bd337eab /poi-ooxml/src/main | |
parent | cfcd2057be1bb947290a057e8ba1e54f606fb051 (diff) | |
download | poi-a7c82d5a22de3753e948f17077763486271bcf49.tar.gz poi-a7c82d5a22de3753e948f17077763486271bcf49.zip |
javadoc issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893933 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml/src/main')
-rw-r--r-- | poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java index 86e845a21c..99d33ffafb 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java @@ -142,7 +142,7 @@ public final class XSSFCell extends CellBase { * @param srcCell The cell to take value, formula and style from * @param policy The policy for copying the information, see {@link CellCopyPolicy} * @throws IllegalArgumentException if copy cell style and srcCell is from a different workbook - * @see {@link CellUtil#copyCell(Cell, Cell, CellCopyPolicy, CellCopyContext)} + * @see CellUtil#copyCell(Cell, Cell, CellCopyPolicy, CellCopyContext) */ @Beta public void copyCellFrom(Cell srcCell, CellCopyPolicy policy) { |