Javadoc fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2017-04-05 13:17:17 +00:00
parent f426849947
commit eb427080e8
2 changed files with 2 additions and 2 deletions

View File

@ -456,7 +456,7 @@ public class CodePageUtil
* @param data
* @param offset
* @param lengthInBytes
* @return
* @return Decoded String
*/
public static String cp950ToString(byte[] data, int offset, int lengthInBytes) {
StringBuilder sb = new StringBuilder();

View File

@ -166,7 +166,7 @@ public class HWPFOldDocument extends HWPFDocumentCore {
* appears here.
*
* @param fontTable
* @return
* @return The detected Charset from the old font table
*/
private Charset guessCodePage(OldFontTable fontTable) {