]> source.dussan.org Git - poi.git/commitdiff
Javadoc fix
authorNick Burch <nick@apache.org>
Fri, 11 Sep 2015 10:27:22 +0000 (10:27 +0000)
committerNick Burch <nick@apache.org>
Fri, 11 Sep 2015 10:27:22 +0000 (10:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1702417 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hslf/dev/PPTXMLDump.java

index 5d9c231f4950e936f1fa0872eaf010de6750af1d..5a5f82d165bb2077360f06c0735427fa074127b5 100644 (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 {