You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by aa...@apache.org on 2015/06/03 10:54:19 UTC

incubator-groovy git commit: Remove unused imports from DOMCategory.

Repository: incubator-groovy
Updated Branches:
  refs/heads/master fabfe4724 -> 37a8cbde9


Remove unused imports from DOMCategory.

Testing the waters for committer access.


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/37a8cbde
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/37a8cbde
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/37a8cbde

Branch: refs/heads/master
Commit: 37a8cbde92d183e67b8b0a23de615576a5e47f46
Parents: fabfe47
Author: aalmiray <aa...@gmail.com>
Authored: Wed Jun 3 10:57:53 2015 +0200
Committer: aalmiray <aa...@gmail.com>
Committed: Wed Jun 3 10:57:53 2015 +0200

----------------------------------------------------------------------
 .../groovy-xml/src/main/java/groovy/xml/dom/DOMCategory.java      | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/37a8cbde/subprojects/groovy-xml/src/main/java/groovy/xml/dom/DOMCategory.java
----------------------------------------------------------------------
diff --git a/subprojects/groovy-xml/src/main/java/groovy/xml/dom/DOMCategory.java b/subprojects/groovy-xml/src/main/java/groovy/xml/dom/DOMCategory.java
index 791791f..12401bd 100644
--- a/subprojects/groovy-xml/src/main/java/groovy/xml/dom/DOMCategory.java
+++ b/subprojects/groovy-xml/src/main/java/groovy/xml/dom/DOMCategory.java
@@ -37,7 +37,6 @@ import javax.xml.xpath.XPath;
 import javax.xml.xpath.XPathExpressionException;
 import javax.xml.xpath.XPathFactory;
 import java.util.ArrayList;
-import java.util.Arrays;
 import java.util.Collection;
 import java.util.Collections;
 import java.util.Iterator;
@@ -585,4 +584,4 @@ public class DOMCategory {
             return nodes.get(index);
         }
     }
-}
\ No newline at end of file
+}