Author: acumiskey
Date: Tue May 6 09:23:06 2008
New Revision: 653828
URL: http://svn.apache.org/viewvc?rev=653828&view=rev
Log:
Very small cleanup to unit test. This method does not need to be protected.
Modified:
xmlgraphics/fop/trunk/test/java/org/apache/fop/render/pdf/BasePDFTestCase.java
Modified:
xmlgraphics/fop/trunk/test/java/org/apache/fop/render/pdf/BasePDFTestCase.java
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/java/org/apache/fop/render/pdf/BasePDFTestCase.java?rev=653828&r1=653827&r2=653828&view=diff
==============================================================================
---
xmlgraphics/fop/trunk/test/java/org/apache/fop/render/pdf/BasePDFTestCase.java
(original)
+++
xmlgraphics/fop/trunk/test/java/org/apache/fop/render/pdf/BasePDFTestCase.java
Tue May 6 09:23:06 2008
@@ -101,7 +101,7 @@
}
}
- 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) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]