aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache/fop/area/inline/InlineViewportTestCase.java
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2014-03-17 09:31:13 +0000
committerVincent Hennebert <vhennebert@apache.org>2014-03-17 09:31:13 +0000
commitdaad32822e9da5a05bb8dbe17878c8e677d0af29 (patch)
tree30412d8f693ba407f68b64b06076e79b18505373 /test/java/org/apache/fop/area/inline/InlineViewportTestCase.java
parentaa09fc131c1cc8278486293cef5b3fc72f6ebac2 (diff)
parent4c131bd42f52e394b4c6220a3af179cb4539bf40 (diff)
downloadxmlgraphics-fop-daad32822e9da5a05bb8dbe17878c8e677d0af29.tar.gz
xmlgraphics-fop-daad32822e9da5a05bb8dbe17878c8e677d0af29.zip
Brought the branch in sync with rev. 1577477 of trunk
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1578276 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/java/org/apache/fop/area/inline/InlineViewportTestCase.java')
-rw-r--r--test/java/org/apache/fop/area/inline/InlineViewportTestCase.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/java/org/apache/fop/area/inline/InlineViewportTestCase.java b/test/java/org/apache/fop/area/inline/InlineViewportTestCase.java
index edcf99d14..cba5759cf 100644
--- a/test/java/org/apache/fop/area/inline/InlineViewportTestCase.java
+++ b/test/java/org/apache/fop/area/inline/InlineViewportTestCase.java
@@ -19,9 +19,10 @@
package org.apache.fop.area.inline;
-import org.apache.fop.area.ViewportTest;
import org.junit.Test;
+import org.apache.fop.area.ViewportTest;
+
/**
* Tests the {@linkplain InlineViewport} class.
*/