Browse Source

javadoc issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893932 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_0
PJ Fanning 2 years ago
parent
commit
cfcd2057be

+ 1
- 0
poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java 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;

+ 1
- 1
poi/src/main/java/org/apache/poi/ss/usermodel/CellCopyContext.java 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) {

Loading…
Cancel
Save