Author: gadams
Date: Sat Jun 23 18:45:21 2012
New Revision: 1353173

URL: http://svn.apache.org/viewvc?rev=1353173&view=rev
Log:
Eliminate javadocs warnings.

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/truetype/TTFFile.java
    
xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java
    xmlgraphics/fop/trunk/status.xml

Modified: 
xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/truetype/TTFFile.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/truetype/TTFFile.java?rev=1353173&r1=1353172&r2=1353173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/truetype/TTFFile.java 
(original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/truetype/TTFFile.java 
Sat Jun 23 18:45:21 2012
@@ -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

Modified: 
xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java?rev=1353173&r1=1353172&r2=1353173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java
 (original)
+++ 
xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java
 Sat Jun 23 18:45:21 2012
@@ -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 {

Modified: xmlgraphics/fop/trunk/status.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/status.xml?rev=1353173&r1=1353172&r2=1353173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/status.xml (original)
+++ xmlgraphics/fop/trunk/status.xml Sat Jun 23 18:45:21 2012
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to