mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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:
parent
62dfbe4c5e
commit
2b1cc78d86
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user