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:
Josh Micich 2009-02-12 23:43:30 +00:00
parent 8edb507a89
commit aff4bd4023

View File

@ -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;
}