]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Eliminate javadocs warnings.
authorGlenn Adams <gadams@apache.org>
Sat, 23 Jun 2012 18:45:21 +0000 (18:45 +0000)
committerGlenn Adams <gadams@apache.org>
Sat, 23 Jun 2012 18:45:21 +0000 (18:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1353173 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fonts/truetype/TTFFile.java
src/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java
status.xml

index a1d012aa3062954e6660a800a77f244923a743b7..bc979f277d3502eb06d79c7935d4dbe596d068d6 100644 (file)
@@ -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
index 31035dc31796ed8cf0d8c84770b34de101fbd62a..556b62457859ed085439b83a0e8a5ad822b16571 100644 (file)
@@ -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 {
index 7095904a1882107d918f1771795173d964a8f27a..4046f9ec310b0126406afc4e27a941801e826250 100644 (file)
@@ -63,6 +63,9 @@
       documents. Example: the fix of marks layering will be such a case when it's done.
     -->
     <release version="FOP Trunk" date="TBD">
+      <action context="Code" dev="GA" type="fix">
+        Eliminate javadocs warnings.
+      </action>
       <action context="Renderers" dev="VH" type="add" fixes-bug="52338" importance="high">
         Added possibility to embed TrueType fonts in PostScript.
       </action>