This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git
The following commit(s) were added to refs/heads/master by this push:
new 68faeec Reuse Commons Lang.
68faeec is described below
commit 68faeec3e10d9afb56048f952c2af0ebfe1f3b42
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 1 17:28:28 2020 -0400
Reuse Commons Lang.
---
src/main/java/org/apache/commons/text/lookup/AbstractStringLookup.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/text/lookup/AbstractStringLookup.java
b/src/main/java/org/apache/commons/text/lookup/AbstractStringLookup.java
index ec78a1a..0e484b3 100644
--- a/src/main/java/org/apache/commons/text/lookup/AbstractStringLookup.java
+++ b/src/main/java/org/apache/commons/text/lookup/AbstractStringLookup.java
@@ -29,7 +29,7 @@ abstract class AbstractStringLookup implements StringLookup {
/**
* The empty string.
*/
- private static final String EMPTY = "";
+ private static final String EMPTY = StringUtils.EMPTY;
/**
* The default split char.