aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache/fop/check
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2013-12-17 13:15:06 +0000
committerVincent Hennebert <vhennebert@apache.org>2013-12-17 13:15:06 +0000
commit126e31e71937288afd0ee484f6b56d4936989ea7 (patch)
tree6bbab360c6b6528c5ba2dce5201d3ca69c6513a7 /test/java/org/apache/fop/check
parentd495da253e1203c2df5288de89dbb49e26400aea (diff)
downloadxmlgraphics-fop-126e31e71937288afd0ee484f6b56d4936989ea7.tar.gz
xmlgraphics-fop-126e31e71937288afd0ee484f6b56d4936989ea7.zip
Cosmetics only: enabled Checkstyle for test files and fixed resulting errors
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1551536 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/java/org/apache/fop/check')
-rw-r--r--test/java/org/apache/fop/check/ChecksFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/java/org/apache/fop/check/ChecksFactory.java b/test/java/org/apache/fop/check/ChecksFactory.java
index a493c09f2..d77ce422d 100644
--- a/test/java/org/apache/fop/check/ChecksFactory.java
+++ b/test/java/org/apache/fop/check/ChecksFactory.java
@@ -37,7 +37,7 @@ public abstract class ChecksFactory<C extends Check> {
/**
* A factory to create a particular kind of check.
*/
- protected static interface CheckFactory<C> {
+ protected interface CheckFactory<C> {
/**
* Creates a {@link Check} instance from the given XML element.