diff options
author | Glenn Adams <gadams@apache.org> | 2012-06-23 18:45:21 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2012-06-23 18:45:21 +0000 |
commit | bf1401875c3aa097c5670de1da524b7a1318926f (patch) | |
tree | 74eb23e28342342d2f9c881a1ad53f5816181b3e /src/java/org/apache | |
parent | b07b8338c630eabcbcfcebe4cca944d6150a407a (diff) | |
download | xmlgraphics-fop-bf1401875c3aa097c5670de1da524b7a1318926f.tar.gz xmlgraphics-fop-bf1401875c3aa097c5670de1da524b7a1318926f.zip |
Eliminate javadocs warnings.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1353173 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache')
-rw-r--r-- | src/java/org/apache/fop/fonts/truetype/TTFFile.java | 2 | ||||
-rw-r--r-- | src/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/fonts/truetype/TTFFile.java b/src/java/org/apache/fop/fonts/truetype/TTFFile.java index a1d012aa3..bc979f277 100644 --- a/src/java/org/apache/fop/fonts/truetype/TTFFile.java +++ b/src/java/org/apache/fop/fonts/truetype/TTFFile.java @@ -343,7 +343,7 @@ public class TTFFile { * Position inputstream to position indicated * in the dirtab offset + offset * @param in font file reader - * @param name (tag) of table + * @param tableName (tag) of table * @param offset from start of table * @return true if seek succeeded * @throws IOException if I/O exception occurs during seek diff --git a/src/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java b/src/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java index 31035dc31..556b62457 100644 --- a/src/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java +++ b/src/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java @@ -79,7 +79,7 @@ public class PSTTFGenerator { * @param byteArray byte[] a byte array * @param offset the position in the byte array where the streaming must start * @param length the number of bytes to stream. This MUST be less than - * {@link MAX_BUFFER_SIZE} - 1 since strings are suffixed by '00' (see Section 4.2 of + * {@link #MAX_BUFFER_SIZE} - 1 since strings are suffixed by '00' (see Section 4.2 of * Adobe Technical Note #5012, <em>The Type 42 Font Format Specification</em>.). */ public void streamBytes(byte[] byteArray, int offset, int length) throws IOException { |