javadoc issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893932 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-10-06 13:00:42 +00:00
parent c12f903789
commit cfcd2057be
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ import org.apache.poi.ss.formula.eval.ErrorEval;
import org.apache.poi.ss.formula.ptg.Ptg;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.CellBase;
import org.apache.poi.ss.usermodel.CellCopyContext;
import org.apache.poi.ss.usermodel.CellCopyPolicy;
import org.apache.poi.ss.usermodel.CellStyle;
import org.apache.poi.ss.usermodel.CellType;

View File

@ -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) {