]> source.dussan.org Git - poi.git/commitdiff
javadoc issue
authorPJ Fanning <fanningpj@apache.org>
Wed, 6 Oct 2021 13:28:22 +0000 (13:28 +0000)
committerPJ Fanning <fanningpj@apache.org>
Wed, 6 Oct 2021 13:28:22 +0000 (13:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893933 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java

index 86e845a21cf9f097f052e9c16327ff4d2e2b909a..99d33ffafba6c20ca9522a411c00bf449a1fe2b0 100644 (file)
@@ -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) {