mirror of https://github.com/apache/poi.git
update exception message
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919091 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
302b43641f
commit
a0008d6764
|
@ -67,7 +67,7 @@ public final class ZipPartMarshaller implements PartMarshaller {
|
|||
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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue