From: PJ Fanning Date: Tue, 29 Mar 2022 12:30:55 +0000 (+0000) Subject: javadoc X-Git-Tag: REL_5_2_3~388 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f6c92f9b090ac50a1fb7cc9f8fc1c65f13973ecb;p=poi.git javadoc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899351 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/poi/src/main/java/org/apache/poi/ss/util/CellUtil.java b/poi/src/main/java/org/apache/poi/ss/util/CellUtil.java index 76d272c495..f0d6a09202 100644 --- a/poi/src/main/java/org/apache/poi/ss/util/CellUtil.java +++ b/poi/src/main/java/org/apache/poi/ss/util/CellUtil.java @@ -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) {