Browse Source

added to-do comment

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743932 13f79535-47bb-0310-9956-ffa450edef68
pull/1/head
Josh Micich 15 years ago
parent
commit
aff4bd4023
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/ooxml/java/org/apache/poi/openxml4j/opc/ZipPackage.java

+ 2
- 1
src/ooxml/java/org/apache/poi/openxml4j/opc/ZipPackage.java View File

@@ -250,7 +250,8 @@ public final class ZipPackage extends Package {
return new MemoryPackagePart(this, partName, contentType,
loadRelationships);
} 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;
}
}

Loading…
Cancel
Save