diff options
author | Peter Hancock <phancock@apache.org> | 2012-10-24 10:20:17 +0000 |
---|---|---|
committer | Peter Hancock <phancock@apache.org> | 2012-10-24 10:20:17 +0000 |
commit | 7e09a8037fc79d14550c301ea039f9163a735b19 (patch) | |
tree | d9b85d984b258e3a7b1e4b882ed3c90f7c550a2b /findbugs-exclude.xml | |
parent | f17dbea7f8210e18ef5e9f103a684637ac36a916 (diff) | |
parent | 5de50e85027df695f0d3d9356f7f684ba464ed1d (diff) | |
download | xmlgraphics-fop-7e09a8037fc79d14550c301ea039f9163a735b19.tar.gz xmlgraphics-fop-7e09a8037fc79d14550c301ea039f9163a735b19.zip |
Added support for Rounded Corners (see Bugzilla 54041).
Contributions made by PH, JM and LB
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1401607 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r-- | findbugs-exclude.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml index 2bec97462..dd13797f8 100644 --- a/findbugs-exclude.xml +++ b/findbugs-exclude.xml @@ -4438,7 +4438,7 @@ <Bug pattern="SF_SWITCH_FALLTHROUGH"/> </Match> <Match> - <Class name="org.apache.fop.render.java2d.Java2DBorderPainter"/> + <Class name="org.apache.fop.render.java2d.Java2DGraphicsPainter"/> <Method name="drawLine"/> <Bug pattern="SF_SWITCH_FALLTHROUGH"/> </Match> |