From: Javen O'Neal Date: Fri, 20 Jan 2017 04:20:20 +0000 (+0000) Subject: javadocs X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=85575f32f5c3ca145f1e8a1a42e4140a64f96dd7;p=poi.git javadocs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779557 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/scratchpad/src/org/apache/poi/hemf/hemfplus/record/HemfPlusRecord.java b/src/scratchpad/src/org/apache/poi/hemf/hemfplus/record/HemfPlusRecord.java index 6186d9a69c..09af3d5cf2 100644 --- a/src/scratchpad/src/org/apache/poi/hemf/hemfplus/record/HemfPlusRecord.java +++ b/src/scratchpad/src/org/apache/poi/hemf/hemfplus/record/HemfPlusRecord.java @@ -36,7 +36,6 @@ public interface HemfPlusRecord { * at the end. * @param recordId record type id * @param flags flags - * @return * @throws IOException, RecordFormatException */ void init(byte[] dataBytes, int recordId, int flags) throws IOException; diff --git a/src/scratchpad/src/org/apache/poi/hemf/record/HemfText.java b/src/scratchpad/src/org/apache/poi/hemf/record/HemfText.java index d46814b92f..c40e493bdb 100644 --- a/src/scratchpad/src/org/apache/poi/hemf/record/HemfText.java +++ b/src/scratchpad/src/org/apache/poi/hemf/record/HemfText.java @@ -99,7 +99,7 @@ public class HemfText { * For {@link ExtTextOutW}, the charset is "UTF-16LE" * * @param charset the charset to be used to decode the character bytes - * @return + * @return text from this text element * @throws IOException */ public String getText(Charset charset) throws IOException {