You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/08/23 18:11:25 UTC

[text] [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.

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 <ga...@gmail.com>
Authored: Thu Aug 23 12:11:23 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
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;