Skip to content

Commit 36c0a16

Browse files
committed
PDFBOX-5660: fix javadoc as suggested by Valery Bokov; closes #480
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1936060 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7631028 commit 36c0a16

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fontbox/src/main/java/org/apache/fontbox/ttf/TTFParser.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ else if (!isOTF)
243243
}
244244

245245
/**
246-
* Based on {@link #parseTables()}.
246+
* Based on {@link #parseTables(TrueTypeFont)}.
247+
* <p>
247248
* Parse all table headers and check if all needed tables are present.
248249
*
249250
* This method can be optimized further by skipping unused portions inside each individual table parser

0 commit comments

Comments
 (0)