Skip to content

Commit e28209b

Browse files
committed
PDFBOX-5660: fix javadoc, as suggested by Valery Bokov, closes #376
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1930523 13f79535-47bb-0310-9956-ffa450edef68
1 parent f3d67d4 commit e28209b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,9 @@ public TrueTypeCollection(InputStream stream) throws IOException
6262
}
6363

6464
/**
65-
* Creates a new TrueTypeCollection from a RandomAccessRead.
65+
* Creates a new TrueTypeCollection from a TTFDataStream.
6666
*
67-
* @param randomAccessRead
68-
* @param closeAfterReading {@code true} to close randomAccessRead
69-
* @param buffered {@code true} to use {@link RandomAccessReadDataStream}, {@code false} to use {@link RandomAccessReadUnbufferedDataStream}
67+
* @param stream A data stream to read.
7068
* @throws IOException If the font could not be parsed.
7169
*/
7270
private TrueTypeCollection(TTFDataStream stream) throws IOException

0 commit comments

Comments
 (0)