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/09/05 20:02:51 UTC

[text] [TEXT-137] Add a URL string lookup. Remove unused imports.

Repository: commons-text
Updated Branches:
  refs/heads/master f9113889e -> 85465e29a


[TEXT-137] Add a URL string lookup. Remove unused imports.

Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/85465e29
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/85465e29
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/85465e29

Branch: refs/heads/master
Commit: 85465e29a0a08bb2594b5be5aa03815fea3106a3
Parents: f911388
Author: Gary Gregory <gg...@rocketsoftware.com>
Authored: Wed Sep 5 14:02:47 2018 -0600
Committer: Gary Gregory <gg...@rocketsoftware.com>
Committed: Wed Sep 5 14:02:47 2018 -0600

----------------------------------------------------------------------
 src/main/java/org/apache/commons/text/lookup/UrlStringLookup.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/85465e29/src/main/java/org/apache/commons/text/lookup/UrlStringLookup.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/text/lookup/UrlStringLookup.java b/src/main/java/org/apache/commons/text/lookup/UrlStringLookup.java
index 74a8e72..e17e668 100644
--- a/src/main/java/org/apache/commons/text/lookup/UrlStringLookup.java
+++ b/src/main/java/org/apache/commons/text/lookup/UrlStringLookup.java
@@ -18,11 +18,9 @@
 package org.apache.commons.text.lookup;
 
 import java.io.BufferedInputStream;
-import java.io.InputStream;
 import java.io.InputStreamReader;
 import java.io.StringWriter;
 import java.net.URL;
-import java.nio.file.Files;
 
 /**
  * Looks up keys from an XML document.