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 0b63d066 Javadoc
0b63d066 is described below
commit 0b63d06654e10418ce49f83f882531cf603bf80e
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Nov 11 07:40:04 2025 -0500
Javadoc
---
src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
b/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
index 229c410d..2f163b8e 100644
--- a/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
+++ b/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
@@ -364,6 +364,9 @@ public final class StringLookupFactory {
/**
* Name of the system property used to determine the string lookups added
by the {@link #addDefaultStringLookups(Map)} method. Use of this property is
only
* required in cases where the set of default lookups must be modified.
(See the {@link StringLookupFactory class documentation} for details.)
+ * <p>
+ * The format of the property string is a comma-separated list of names
from the {@link DefaultStringLookup} enum.
+ * </p>
*
* @since 1.10.0
*/