From: Mehdi Houshmand Date: Mon, 24 Sep 2012 14:37:56 +0000 (+0000) Subject: Amended javadoc mistake X-Git-Tag: fop-2_0~291 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=036eef6b341a12a6551bab26edae74962b2adb68;p=xmlgraphics-fop.git Amended javadoc mistake git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1389407 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/fonts/CIDSet.java b/src/java/org/apache/fop/fonts/CIDSet.java index 30d1a5ec5..7530ea6e7 100644 --- a/src/java/org/apache/fop/fonts/CIDSet.java +++ b/src/java/org/apache/fop/fonts/CIDSet.java @@ -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);