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,7 +250,8 @@ public final class ZipPackage extends Package {
|
|||||||
return new MemoryPackagePart(this, partName, contentType,
|
return new MemoryPackagePart(this, partName, contentType,
|
||||||
loadRelationships);
|
loadRelationships);
|
||||||
} catch (InvalidFormatException e) {
|
} catch (InvalidFormatException e) {
|
||||||
System.err.println(e);
|
// TODO - don't use system.err. Is it valid to return null when this exception occurs?
|
||||||
|
System.err.println(e);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user