git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895913 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-12-13 17:57:19 +00:00
parent b68a4b7eff
commit 8ef0b9d29a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ package org.apache.poi.ooxml;
public final class POIXMLException extends RuntimeException{
/**
* Create a new {@code POIXMLException} with no
* detail mesage.
* detail message.
*/
public POIXMLException() {
super();