Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724364 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2016-01-13 07:33:03 +00:00
parent ed9a070491
commit c86a4af85e

View File

@ -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)
{