diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-12-18 17:41:36 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-12-18 17:41:36 +0000 |
commit | f4bb4560edd288e6916d222b76caa8c9aa97baf7 (patch) | |
tree | 32cd4d321b2c012418e2a8658c43d16d0958ec8a /poi-examples | |
parent | 53c88399f645f60aa27c3600b7d4419c4425a98d (diff) | |
download | poi-f4bb4560edd288e6916d222b76caa8c9aa97baf7.tar.gz poi-f4bb4560edd288e6916d222b76caa8c9aa97baf7.zip |
code tidy up
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896139 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-examples')
-rw-r--r-- | poi-examples/src/main/java/org/apache/poi/examples/xssf/eventusermodel/XLSX2CSV.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-examples/src/main/java/org/apache/poi/examples/xssf/eventusermodel/XLSX2CSV.java b/poi-examples/src/main/java/org/apache/poi/examples/xssf/eventusermodel/XLSX2CSV.java index 84885b48d3..fdbcc89901 100644 --- a/poi-examples/src/main/java/org/apache/poi/examples/xssf/eventusermodel/XLSX2CSV.java +++ b/poi-examples/src/main/java/org/apache/poi/examples/xssf/eventusermodel/XLSX2CSV.java @@ -191,7 +191,7 @@ public class XLSX2CSV { * @param strings The table of strings that may be referenced by cells in the sheet * @param sheetInputStream The stream to read the sheet-data from. - * @exception java.io.IOException An IO exception from the parser, + * @throws java.io.IOException An IO exception from the parser, * possibly from a byte stream or character stream * supplied by the application. * @throws SAXException if parsing the XML data fails. |