mirror of https://github.com/apache/poi.git
javadoc change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893510 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b377d66318
commit
b0f74ee213
|
@ -171,7 +171,7 @@ public class XLSX2CSV {
|
||||||
private final PrintStream output;
|
private final PrintStream output;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new XLSX -> CSV examples
|
* Creates a new XLSX -> CSV converter
|
||||||
*
|
*
|
||||||
* @param pkg The XLSX package to process
|
* @param pkg The XLSX package to process
|
||||||
* @param output The PrintStream to output the CSV to
|
* @param output The PrintStream to output the CSV to
|
||||||
|
|
Loading…
Reference in New Issue