소스 검색

Correct checkstyle issue - import incorrect order

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1716904 13f79535-47bb-0310-9956-ffa450edef68
pull/39/head
Andreas L. Delmelle 8 년 전
부모
커밋
5c8b50cf69
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      test/java/org/apache/fop/layoutengine/ElementListCheck.java

+ 1
- 1
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.

Loading…
취소
저장