]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Correct checkstyle issue - import incorrect order
authorAndreas L. Delmelle <adelmelle@apache.org>
Fri, 27 Nov 2015 17:27:05 +0000 (17:27 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Fri, 27 Nov 2015 17:27:05 +0000 (17:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1716904 13f79535-47bb-0310-9956-ffa450edef68

test/java/org/apache/fop/layoutengine/ElementListCheck.java

index e515285524bc8dacf0c1b40e54a4cc97ce671223..4ac29b4cdddaa50d3738949c0517993b5c846cf2 100644 (file)
@@ -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.