]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Amended javadoc mistake
authorMehdi Houshmand <mehdi@apache.org>
Mon, 24 Sep 2012 14:37:56 +0000 (14:37 +0000)
committerMehdi Houshmand <mehdi@apache.org>
Mon, 24 Sep 2012 14:37:56 +0000 (14:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1389407 13f79535-47bb-0310-9956-ffa450edef68

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

index 30d1a5ec5fccd85b21cf872412a52027d44c4f68..7530ea6e760854c19b04589df7aee71ad14962fc 100644 (file)
@@ -38,7 +38,7 @@ public interface CIDSet {
     /**
      * Returns the Unicode value for a subset index (character selector). If there's no such
      * Unicode value, the "NOT A CHARACTER" (0xFFFF) is returned.
-     * @param subsetIndex the subset index (character selector)
+     * @param index the subset index (character selector)
      * @return the Unicode value or "NOT A CHARACTER" (0xFFFF)
      */
     char getUnicode(int index);