浏览代码

Amended javadoc mistake


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1389407 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_0
Mehdi Houshmand 11 年前
父节点
当前提交
036eef6b34
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/java/org/apache/fop/fonts/CIDSet.java

+ 1
- 1
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);

正在加载...
取消
保存