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 17d8c71a65
commit ef8cc2ec87
1 changed files with 1 additions and 1 deletions

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 {