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 04:01:50 UTC

incubator-groovy git commit: too eager with merging from master

Repository: incubator-groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 43a3e4969 -> b01cba823


too eager with merging from master


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

Branch: refs/heads/GROOVY_2_4_X
Commit: b01cba823d7651e01e083d12359710892e0e2deb
Parents: 43a3e49
Author: Paul King <pa...@asert.com.au>
Authored: Thu Jun 4 12:01:40 2015 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Thu Jun 4 12:01:40 2015 +1000

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


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/b01cba82/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 9d9f8a2..6da008f 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,6 +37,7 @@ 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;