diff options
-rw-r--r-- | src/java/org/apache/poi/hpsf/DocumentSummaryInformation.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/poi/hpsf/DocumentSummaryInformation.java b/src/java/org/apache/poi/hpsf/DocumentSummaryInformation.java index a62c21c8ec..43660ded06 100644 --- a/src/java/org/apache/poi/hpsf/DocumentSummaryInformation.java +++ b/src/java/org/apache/poi/hpsf/DocumentSummaryInformation.java @@ -573,7 +573,7 @@ public class DocumentSummaryInformation extends SpecialPropertySet /** * Sets the character count including whitespace * - * @param charCount The character count to set. + * @param count The character count to set. */ public void setCharCountWithSpaces(int count) { |