mirror of https://github.com/apache/poi.git
javadoc issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893932 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c12f903789
commit
cfcd2057be
|
@ -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;
|
||||
|
|
|
@ -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…
Reference in New Issue