aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest/org
diff options
context:
space:
mode:
Diffstat (limited to 'src/integrationtest/org')
-rw-r--r--src/integrationtest/org/apache/poi/stress/POIXMLDocumentHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integrationtest/org/apache/poi/stress/POIXMLDocumentHandler.java b/src/integrationtest/org/apache/poi/stress/POIXMLDocumentHandler.java
index 1a8cbf6a03..82b3f6d36e 100644
--- a/src/integrationtest/org/apache/poi/stress/POIXMLDocumentHandler.java
+++ b/src/integrationtest/org/apache/poi/stress/POIXMLDocumentHandler.java
@@ -44,7 +44,7 @@ public final class POIXMLDocumentHandler {
} finally {
poifs.close();
}
- throw new IOException("wrong file format or file extension for OO XML file");
+ throw new IOException("Wrong file format or file extension for OO XML file");
}
return false;
}