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 965f90dc Javadoc
965f90dc is described below
commit 965f90dc297137e703cbd8d3f79b0239de5bef98
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Nov 11 07:39:01 2025 -0500
Javadoc
---
.../java/org/apache/commons/text/lookup/StringLookupFactory.java | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
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 e3678f3f..229c410d 100644
--- a/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
+++ b/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
@@ -363,7 +363,7 @@ 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 class documentation for details.)
+ * required in cases where the set of default lookups must be modified.
(See the {@link StringLookupFactory class documentation} for details.)
*
* @since 1.10.0
*/
@@ -657,6 +657,9 @@ public final class StringLookupFactory {
* Adds the default string lookups for this class to {@code
stringLookupMap}. The default string lookups are a set of built-in lookups
added for convenience
* during string interpolation. The defaults may be configured using the
{@value #DEFAULT_STRING_LOOKUPS_PROPERTY} system property. See the class
* documentation for details and a list of lookups.
+ * <p>
+ * The format of the property string is a comma-separated list of names
from the {@link DefaultStringLookup} enum.
+ * </p>
*
* @param stringLookupMap the map of string lookups to edit.
* @since 1.5