Remove unused import

This commit is contained in:
Sam Harwell 2014-02-03 19:35:53 -06:00
parent 2730781c98
commit bf63d5afb9
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ import org.antlr.v4.runtime.tree.Trees;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
public class XPathWildcardElement extends XPathElement {