]> source.dussan.org Git - poi.git/commitdiff
javadocs
authorJaven O'Neal <onealj@apache.org>
Fri, 20 Jan 2017 04:20:20 +0000 (04:20 +0000)
committerJaven O'Neal <onealj@apache.org>
Fri, 20 Jan 2017 04:20:20 +0000 (04:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779557 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hemf/hemfplus/record/HemfPlusRecord.java
src/scratchpad/src/org/apache/poi/hemf/record/HemfText.java

index 6186d9a69c88e8236b1ef64e2f43e103fda8a86f..09af3d5cf20764aef2657b5a434c9f94fe3344c8 100644 (file)
@@ -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;
index d46814b92ff1c24a171777db83f26a84c3b42650..c40e493bdbc2e7d53a766483f29f668de4d74467 100644 (file)
@@ -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 {