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:
PJ Fanning 2020-07-04 13:55:35 +00:00
parent 9cb4e463a9
commit 2bb1910ffe
2 changed files with 2 additions and 2 deletions

View File

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

View File

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