You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by pa...@apache.org on 2015/06/04 02:50:46 UTC

[2/2] incubator-groovy git commit: Remove unused imports from DOMCategory.

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/c1c88a5b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/c1c88a5b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/c1c88a5b

Branch: refs/heads/GROOVY_2_4_X
Commit: c1c88a5b1a6b070ba101804a84a7a9a7fca977ee
Parents: 6da9825
Author: aalmiray <aa...@gmail.com>
Authored: Wed Jun 3 10:57:53 2015 +0200
Committer: Paul King <pa...@asert.com.au>
Committed: Thu Jun 4 10:25:21 2015 +1000

----------------------------------------------------------------------
 .../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/c1c88a5b/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 8447ce0..9d9f8a2 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.Iterator;
 import java.util.List;
@@ -584,4 +583,4 @@ public class DOMCategory {
             return nodes.get(index);
         }
     }
-}
\ No newline at end of file
+}