https://bz.apache.org/bugzilla/show_bug.cgi?id=64301
Bug ID: 64301
Summary: Allow try-with-resources with OPCPackage.revert()
Product: POI
Version: 4.1.x-dev
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: OPC
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
The following construct is causing a NullPointer
try (OPCPackage p = OPCPackage.create(new File(...))) {
p.revert();
}
... commit follows ...
--
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]