Author: fanningpj
Date: Wed Jul 10 11:39:27 2024
New Revision: 1919091
URL: http://svn.apache.org/viewvc?rev=1919091&view=rev
Log:
update exception message
Modified:
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/internal/marshallers/ZipPartMarshaller.java
Modified:
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/internal/marshallers/ZipPartMarshaller.java
URL:
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/internal/marshallers/ZipPartMarshaller.java?rev=1919091&r1=1919090&r2=1919091&view=diff
==============================================================================
---
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/internal/marshallers/ZipPartMarshaller.java
(original)
+++
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/internal/marshallers/ZipPartMarshaller.java
Wed Jul 10 11:39:27 2024
@@ -67,7 +67,7 @@ public final class ZipPartMarshaller imp
throws OpenXML4JException {
if (!(os instanceof ZipArchiveOutputStream)) {
LOG.atError().log("Unexpected class {}", os.getClass().getName());
- throw new OpenXML4JException("ZipOutputStream expected !");
+ throw new OpenXML4JException("ZipArchiveOutputStream expected !");
// Normally should happen only in development phase, so just throw
// exception
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]