added to-do comment
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743932 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8edb507a89
commit
aff4bd4023
@ -250,6 +250,7 @@ public final class ZipPackage extends Package {
|
||||
return new MemoryPackagePart(this, partName, contentType,
|
||||
loadRelationships);
|
||||
} catch (InvalidFormatException e) {
|
||||
// TODO - don't use system.err. Is it valid to return null when this exception occurs?
|
||||
System.err.println(e);
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user