diff options
Diffstat (limited to 'src/java/org/apache/fop/complexscripts/fonts/Substitutable.java')
-rw-r--r-- | src/java/org/apache/fop/complexscripts/fonts/Substitutable.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/java/org/apache/fop/complexscripts/fonts/Substitutable.java b/src/java/org/apache/fop/complexscripts/fonts/Substitutable.java index 1ff970a5e..426ea1627 100644 --- a/src/java/org/apache/fop/complexscripts/fonts/Substitutable.java +++ b/src/java/org/apache/fop/complexscripts/fonts/Substitutable.java @@ -22,9 +22,10 @@ package org.apache.fop.complexscripts.fonts; // CSOFF: LineLengthCheck /** - * Optional interface which indicates that glyph substitution is supported and, if supported, - * can perform substitution. - * @author Glenn Adams + * <p>Optional interface which indicates that glyph substitution is supported and, if supported, + * can perform substitution.</p> + * + * <p>This work was originally authored by Glenn Adams (gadams@apache.org).</p> */ public interface Substitutable { |