From bba0a03fd929ac83d2b08daf49bf5643f90a3686 Mon Sep 17 00:00:00 2001 From: Adrian Cumiskey Date: Tue, 6 May 2008 16:23:53 +0000 Subject: 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 --- test/java/org/apache/fop/render/pdf/BasePDFTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/java/org/apache/fop/render/pdf/BasePDFTestCase.java b/test/java/org/apache/fop/render/pdf/BasePDFTestCase.java index d4b748a8d..7c66a0ceb 100644 --- a/test/java/org/apache/fop/render/pdf/BasePDFTestCase.java +++ b/test/java/org/apache/fop/render/pdf/BasePDFTestCase.java @@ -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) { -- cgit v1.2.3