aboutsummaryrefslogtreecommitdiffstats
path: root/poi/src
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-10-06 13:00:42 +0000
committerPJ Fanning <fanningpj@apache.org>2021-10-06 13:00:42 +0000
commitcfcd2057be1bb947290a057e8ba1e54f606fb051 (patch)
treee8ee1b46f7464f960d13f9e88c83868223e3eee0 /poi/src
parentc12f90378968b3ed7491cdbb36922a72c6dd5dca (diff)
downloadpoi-cfcd2057be1bb947290a057e8ba1e54f606fb051.tar.gz
poi-cfcd2057be1bb947290a057e8ba1e54f606fb051.zip
javadoc issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893932 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi/src')
-rw-r--r--poi/src/main/java/org/apache/poi/ss/usermodel/CellCopyContext.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi/src/main/java/org/apache/poi/ss/usermodel/CellCopyContext.java b/poi/src/main/java/org/apache/poi/ss/usermodel/CellCopyContext.java
index f38ec050f3..95ec97bf5c 100644
--- a/poi/src/main/java/org/apache/poi/ss/usermodel/CellCopyContext.java
+++ b/poi/src/main/java/org/apache/poi/ss/usermodel/CellCopyContext.java
@@ -31,7 +31,7 @@ public class CellCopyContext {
private final Map<CellStyle, CellStyle> styleMap = new HashMap<>();
/**
- * @param srcStyle
+ * @param srcStyle style in source workbook
* @return style that srcStyle is mapped to or null if no mapping exists
*/
public CellStyle getMappedStyle(CellStyle srcStyle) {