Browse Source

Merged revisions 653828 via svnmerge from

https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk

........
  r653828 | acumiskey | 2008-05-06 17:23:06 +0100 (Tue, 06 May 2008) | 2 lines
  
  Very small cleanup to unit test.  This method does not need to be protected.
........


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@653829 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_0
Adrian Cumiskey 16 years ago
parent
commit
bba0a03fd9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/java/org/apache/fop/render/pdf/BasePDFTestCase.java

+ 1
- 1
test/java/org/apache/fop/render/pdf/BasePDFTestCase.java View File

@@ -101,7 +101,7 @@ public class BasePDFTestCase extends AbstractFOPTestCase {
}
}

protected static Exception extractOriginalException(Exception e) {
private static Exception extractOriginalException(Exception e) {
if (e.getCause() != null) {
return extractOriginalException((Exception)e.getCause());
} else if (e instanceof SAXException) {

Loading…
Cancel
Save