https://issues.apache.org/bugzilla/show_bug.cgi?id=57495
Bug ID: 57495
Summary: getTableArray method can not get 0 pos table
Product: POI
Version: 3.11-dev
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: XWPF
Assignee: [email protected]
Reporter: [email protected]
source:
if(pos >0 && pos <tables.size()){
return tables.get(pos);
}
return null;
I think 【pos >= 0 】 is correct.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]