mirror of https://github.com/apache/poi.git
try to fix issue with missing classes in poi-ooxml-schemas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9cb4e463a9
commit
2bb1910ffe
|
@ -19,7 +19,7 @@ package org.apache.poi.xddf.usermodel.chart;
|
|||
|
||||
import java.util.HashMap;
|
||||
|
||||
import org.openxmlformats.schemas.drawingml.x2006.chart.STErrDir;;
|
||||
import org.openxmlformats.schemas.drawingml.x2006.chart.STErrDir;
|
||||
|
||||
public enum ErrorDirection {
|
||||
X(STErrDir.X),
|
||||
|
|
|
@ -19,7 +19,7 @@ package org.apache.poi.xddf.usermodel.chart;
|
|||
|
||||
import java.util.HashMap;
|
||||
|
||||
import org.openxmlformats.schemas.drawingml.x2006.chart.STErrValType;;
|
||||
import org.openxmlformats.schemas.drawingml.x2006.chart.STErrValType;
|
||||
|
||||
public enum ErrorValueType {
|
||||
CUSTOM(STErrValType.CUST),
|
||||
|
|
Loading…
Reference in New Issue