From: Andreas L. Delmelle Date: Fri, 27 Nov 2015 17:27:05 +0000 (+0000) Subject: Correct checkstyle issue - import incorrect order X-Git-Tag: fop-2_1~26 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=51f3f9dc7ceeee7f35f55386575cb49da8510ea0;p=xmlgraphics-fop.git Correct checkstyle issue - import incorrect order git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1716904 13f79535-47bb-0310-9956-ffa450edef68 --- 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.