diff options
author | Glenn Adams <gadams@apache.org> | 2012-03-05 23:29:29 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2012-03-05 23:29:29 +0000 |
commit | 1dc8efba5f37f241be94fa1f977c453a38ea58e2 (patch) | |
tree | f258fbe99caee9ab58fff3636d4432d600fc3310 /src/java/org/apache/fop/complexscripts/fonts/IncompatibleSubtableException.java | |
parent | 64cbcc37824ec37cf6bbfa9336fad2b41cda5ccd (diff) | |
download | xmlgraphics-fop-1dc8efba5f37f241be94fa1f977c453a38ea58e2.tar.gz xmlgraphics-fop-1dc8efba5f37f241be94fa1f977c453a38ea58e2.zip |
add RegexpSingleline rule to flag use of @author; fix violations
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1297284 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/complexscripts/fonts/IncompatibleSubtableException.java')
-rw-r--r-- | src/java/org/apache/fop/complexscripts/fonts/IncompatibleSubtableException.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/java/org/apache/fop/complexscripts/fonts/IncompatibleSubtableException.java b/src/java/org/apache/fop/complexscripts/fonts/IncompatibleSubtableException.java index 0ad8fc105..e3e78307d 100644 --- a/src/java/org/apache/fop/complexscripts/fonts/IncompatibleSubtableException.java +++ b/src/java/org/apache/fop/complexscripts/fonts/IncompatibleSubtableException.java @@ -20,9 +20,10 @@ package org.apache.fop.complexscripts.fonts; /** - * Exception thrown during when attempting to map glyphs to associated characters - * in the case that the associated characters do not represent a compact interval. - * @author Glenn Adams + * <p>Exception thrown during when attempting to map glyphs to associated characters + * in the case that the associated characters do not represent a compact interval.</p> + * + * <p>This work was originally authored by Glenn Adams (gadams@apache.org).</p> */ public class IncompatibleSubtableException extends RuntimeException { /** |