Repository: commons-text Updated Branches: refs/heads/master 3363205b6 -> 1ed39a318
[TEXT-133] Add a XML XPath string lookup. New feature also means that the next version will be 1.5, not 1.4.1. Remove unused import. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/1ed39a31 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/1ed39a31 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/1ed39a31 Branch: refs/heads/master Commit: 1ed39a3189b065680281aa0a1c715d5c5da08d33 Parents: 3363205 Author: Gary Gregory <[email protected]> Authored: Thu Aug 23 12:11:23 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Thu Aug 23 12:11:23 2018 -0600 ---------------------------------------------------------------------- src/main/java/org/apache/commons/text/lookup/XmlStringLookup.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/1ed39a31/src/main/java/org/apache/commons/text/lookup/XmlStringLookup.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/text/lookup/XmlStringLookup.java b/src/main/java/org/apache/commons/text/lookup/XmlStringLookup.java index 0675461..c7a44e3 100644 --- a/src/main/java/org/apache/commons/text/lookup/XmlStringLookup.java +++ b/src/main/java/org/apache/commons/text/lookup/XmlStringLookup.java @@ -19,7 +19,6 @@ package org.apache.commons.text.lookup; import java.nio.file.Files; import java.nio.file.Paths; -import java.util.ResourceBundle; import javax.xml.xpath.XPathFactory;
