From: Nick Burch Date: Fri, 11 Sep 2015 10:27:22 +0000 (+0000) Subject: Javadoc fix X-Git-Tag: REL_3_13_FINAL~26 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ef8cc2ec873fef879a276325ce7331f799b0e992;p=poi.git Javadoc fix git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1702417 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/scratchpad/src/org/apache/poi/hslf/dev/PPTXMLDump.java b/src/scratchpad/src/org/apache/poi/hslf/dev/PPTXMLDump.java index 5d9c231f49..5a5f82d165 100644 --- a/src/scratchpad/src/org/apache/poi/hslf/dev/PPTXMLDump.java +++ b/src/scratchpad/src/org/apache/poi/hslf/dev/PPTXMLDump.java @@ -76,7 +76,7 @@ public final class PPTXMLDump { /** * Dump the structure of the supplied PPT file into XML - * @param out Writer to write out + * @param outWriter Writer to write out * @throws java.io.IOException */ public void dump(Writer outWriter) throws IOException {