diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2014-02-11 10:41:50 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2014-02-11 10:41:50 +0000 |
commit | cd237ca578ea94320c0b9289059b72f79f091a29 (patch) | |
tree | 9c9972db7fcb6790ddcb63bc27a2e2c8b0115274 /test/java/org/apache/fop/layoutengine | |
parent | 785ace252f252ff211330e93635631931d68b890 (diff) | |
download | xmlgraphics-fop-cd237ca578ea94320c0b9289059b72f79f091a29.tar.gz xmlgraphics-fop-cd237ca578ea94320c0b9289059b72f79f091a29.zip |
Checkstyle fixes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1567039 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/java/org/apache/fop/layoutengine')
-rw-r--r-- | test/java/org/apache/fop/layoutengine/LayoutEngineTestUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/java/org/apache/fop/layoutengine/LayoutEngineTestUtils.java b/test/java/org/apache/fop/layoutengine/LayoutEngineTestUtils.java index fb7f07023..963b66dff 100644 --- a/test/java/org/apache/fop/layoutengine/LayoutEngineTestUtils.java +++ b/test/java/org/apache/fop/layoutengine/LayoutEngineTestUtils.java @@ -162,7 +162,7 @@ public final class LayoutEngineTestUtils { Collection<File[]> parametersForJUnit4 = new ArrayList<File[]>(); int index = 0; for (File f : files) { - parametersForJUnit4.add(new File[] { f }); + parametersForJUnit4.add(new File[] {f}); if (DEBUG) { System.out.println(String.format("%3d %s", index++, f)); } |