diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2015-11-27 17:27:05 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2015-11-27 17:27:05 +0000 |
commit | 51f3f9dc7ceeee7f35f55386575cb49da8510ea0 (patch) | |
tree | 43f64647eea8b82031f4d2e8fedd6b5886e8dec9 | |
parent | 674a48fea2882f25a4d8dc6b56aa687f2024770c (diff) | |
download | xmlgraphics-fop-51f3f9dc7ceeee7f35f55386575cb49da8510ea0.tar.gz xmlgraphics-fop-51f3f9dc7ceeee7f35f55386575cb49da8510ea0.zip |
Correct checkstyle issue - import incorrect order
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1716904 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | test/java/org/apache/fop/layoutengine/ElementListCheck.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/java/org/apache/fop/layoutengine/ElementListCheck.java b/test/java/org/apache/fop/layoutengine/ElementListCheck.java index e51528552..4ac29b4cd 100644 --- a/test/java/org/apache/fop/layoutengine/ElementListCheck.java +++ b/test/java/org/apache/fop/layoutengine/ElementListCheck.java @@ -28,10 +28,10 @@ import org.w3c.dom.Node; import org.w3c.dom.NodeList; import org.w3c.dom.Text; -import org.apache.fop.layoutmgr.ListElement; import org.apache.fop.layoutmgr.KnuthBox; import org.apache.fop.layoutmgr.KnuthGlue; import org.apache.fop.layoutmgr.KnuthPenalty; +import org.apache.fop.layoutmgr.ListElement; /** * Check implementation that checks a Knuth element list. |