You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2016/06/30 16:37:03 UTC

svn commit: r1750831 - /pdfbox/trunk/fontbox/src/main/java/org/apache/fontbox/ttf/TrueTypeFont.java

Author: tilman
Date: Thu Jun 30 16:37:03 2016
New Revision: 1750831

URL: http://svn.apache.org/viewvc?rev=1750831&view=rev
Log:
PDFBOX-2852: fix javadoc

Modified:
    pdfbox/trunk/fontbox/src/main/java/org/apache/fontbox/ttf/TrueTypeFont.java

Modified: pdfbox/trunk/fontbox/src/main/java/org/apache/fontbox/ttf/TrueTypeFont.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/fontbox/src/main/java/org/apache/fontbox/ttf/TrueTypeFont.java?rev=1750831&r1=1750830&r2=1750831&view=diff
==============================================================================
--- pdfbox/trunk/fontbox/src/main/java/org/apache/fontbox/ttf/TrueTypeFont.java (original)
+++ pdfbox/trunk/fontbox/src/main/java/org/apache/fontbox/ttf/TrueTypeFont.java Thu Jun 30 16:37:03 2016
@@ -106,7 +106,7 @@ public class TrueTypeFont implements Fon
     }
 
     /**
-     * Returns the war bytes of the given table.
+     * Returns the raw bytes of the given table.
      * @param table the table to read.
      * @throws IOException if there was an error accessing the table.
      */