javadoc change

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893510 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-09-22 08:47:37 +00:00
parent b377d66318
commit b0f74ee213
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ public class XLSX2CSV {
private final PrintStream output;
/**
* Creates a new XLSX -> CSV examples
* Creates a new XLSX -> CSV converter
*
* @param pkg The XLSX package to process
* @param output The PrintStream to output the CSV to