Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1702417 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2015-09-11 10:27:22 +00:00
parent fec6b40606
commit aff1dba75b

View File

@ -76,7 +76,7 @@ public final class PPTXMLDump {
/**
* Dump the structure of the supplied PPT file into XML
* @param out <code>Writer</code> to write out
* @param outWriter <code>Writer</code> to write out
* @throws java.io.IOException
*/
public void dump(Writer outWriter) throws IOException {