]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Replace useless javadoc comment.
authorJeremias Maerki <jeremias@apache.org>
Wed, 13 Feb 2008 15:55:34 +0000 (15:55 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 13 Feb 2008 15:55:34 +0000 (15:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@627495 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fonts/CIDFont.java

index 69f9704ffe20ad46b4950792d474036eab069989..c554d2165fa1a6e23504eeee591b08eccbd6e893 100644 (file)
@@ -83,15 +83,14 @@ public abstract class CIDFont extends CustomFont {
         return 0;
     }
 
-    /**
-     * {@inheritDoc}
-     */
+    /** {@inheritDoc} */
     public boolean isMultiByte() {
         return true;
     }
 
     /**
-     * Returns char[] array .
+     * Returns a char array containing all Unicode characters that have been accessed.
+     * @return a char array with all used Unicode characters
      */
     public abstract char[] getCharsUsed();
 }
\ No newline at end of file