]> source.dussan.org Git - poi.git/commitdiff
javadoc
authorPJ Fanning <fanningpj@apache.org>
Tue, 29 Mar 2022 12:30:55 +0000 (12:30 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 29 Mar 2022 12:30:55 +0000 (12:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899351 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/ss/util/CellUtil.java

index 76d272c49533209296862487d51f8e38d7b733ca..f0d6a0920278ecbaf596ad079fb9462a616189c2 100644 (file)
@@ -195,6 +195,7 @@ public final class CellUtil {
      * @param context The context for copying, see {@link CellCopyContext}
      * @throws IllegalArgumentException if copy cell style and srcCell is from a different workbook
      * @throws IllegalStateException if srcCell hyperlink is not an instance of {@link Duplicatable}
+     * @since POI 5.2.0
      */
     @Beta
     public static void copyCell(Cell srcCell, Cell destCell, CellCopyPolicy policy, CellCopyContext context) {