remove incomplete javadocs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800361 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2017-06-30 07:48:40 +00:00
parent 7cb0588daf
commit e552b04d9c

View File

@ -44,20 +44,11 @@ public class XSSFDateAxis extends XSSFChartAxis {
private CTDateAx ctDateAx;
/**
* @param chart
* @param id
* @param pos
*/
public XSSFDateAxis(XSSFChart chart, long id, AxisPosition pos) {
super(chart);
createAxis(id, pos);
}
/**
* @param chart
* @param ctDateAx
*/
public XSSFDateAxis(XSSFChart chart, CTDateAx ctDateAx) {
super(chart);
this.ctDateAx = ctDateAx;