aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache
diff options
context:
space:
mode:
Diffstat (limited to 'test/java/org/apache')
-rw-r--r--test/java/org/apache/fop/intermediate/AreaTreeParserTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/java/org/apache/fop/intermediate/AreaTreeParserTestCase.java b/test/java/org/apache/fop/intermediate/AreaTreeParserTestCase.java
index 7bc2a9fc5..ced81932b 100644
--- a/test/java/org/apache/fop/intermediate/AreaTreeParserTestCase.java
+++ b/test/java/org/apache/fop/intermediate/AreaTreeParserTestCase.java
@@ -61,7 +61,7 @@ import org.w3c.dom.Document;
public class AreaTreeParserTestCase extends XMLTestCase {
// configure fopFactory as desired
- private FopFactory fopFactory = FopFactory.newInstance();
+ private static FopFactory fopFactory = FopFactory.newInstance();
private static SAXTransformerFactory tFactory
= (SAXTransformerFactory)SAXTransformerFactory.newInstance();