pjfanning commented on code in PR #982:
URL: https://github.com/apache/poi/pull/982#discussion_r2634016289
##########
poi-ooxml/src/main/java/org/apache/poi/ooxml/POIXMLDocumentPart.java:
##########
@@ -668,7 +669,13 @@ protected void read(POIXMLFactory factory,
Map<PackagePart, POIXMLDocumentPart>
POIXMLDocumentPart childPart = context.get(p);
if (childPart == null) {
- childPart = factory.createDocumentPart(this, p);
+ try {
Review Comment:
format the code please and no tabs
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]