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/svg/PDFTextElementBridge.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/svg/PDFTextElementBridge.java')
-rw-r--r-- | src/java/org/apache/fop/svg/PDFTextElementBridge.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/java/org/apache/fop/svg/PDFTextElementBridge.java b/src/java/org/apache/fop/svg/PDFTextElementBridge.java index c983d2b45..339bb36f3 100644 --- a/src/java/org/apache/fop/svg/PDFTextElementBridge.java +++ b/src/java/org/apache/fop/svg/PDFTextElementBridge.java @@ -22,11 +22,11 @@ package org.apache.fop.svg; import org.apache.batik.gvt.TextPainter; /** - * Bridge class for the <text> element. + * <p>Bridge class for the <text> element. * This bridge will use the direct text painter if the text - * for the element is simple. + * for the element is simple.</p> * - * @author <a href="mailto:keiron@aftexsw.com">Keiron Liddle</a> + * <p>This work was authored by Keiron Liddle (keiron@aftexsw.com).</p> */ public class PDFTextElementBridge extends AbstractFOPTextElementBridge { |