Browse Source

Checkstyle fix - Remove unused import

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1722681 13f79535-47bb-0310-9956-ffa450edef68
pull/39/head
Andreas L. Delmelle 8 years ago
parent
commit
e6bb86e4e9
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/java/org/apache/fop/fo/FObj.java

+ 0
- 1
src/java/org/apache/fop/fo/FObj.java View File

@@ -23,7 +23,6 @@ import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.ListIterator;
import java.util.Map;
import java.util.Map.Entry;
import java.util.NoSuchElementException;

Loading…
Cancel
Save