aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/hyphenation/TernaryTree.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/org/apache/fop/hyphenation/TernaryTree.java')
-rw-r--r--src/java/org/apache/fop/hyphenation/TernaryTree.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/hyphenation/TernaryTree.java b/src/java/org/apache/fop/hyphenation/TernaryTree.java
index 918a747fa..2a9b7705d 100644
--- a/src/java/org/apache/fop/hyphenation/TernaryTree.java
+++ b/src/java/org/apache/fop/hyphenation/TernaryTree.java
@@ -62,7 +62,7 @@ import java.util.Stack;
* char value as an index to an array that contains the object
* values.</p>
*
- * @author cav@uniscope.co.jp
+ * <p>This work was authored by Carlos Villegas (cav@uniscope.co.jp).</p>
*/
public class TernaryTree implements Cloneable, Serializable {