Skip to content

Commit 0b63d06

Browse files
committed
Javadoc
1 parent 965f90d commit 0b63d06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,9 @@ Map<String, StringLookup> getDefaultStringLookups() {
364364
/**
365365
* Name of the system property used to determine the string lookups added by the {@link #addDefaultStringLookups(Map)} method. Use of this property is only
366366
* required in cases where the set of default lookups must be modified. (See the {@link StringLookupFactory class documentation} for details.)
367+
* <p>
368+
* The format of the property string is a comma-separated list of names from the {@link DefaultStringLookup} enum.
369+
* </p>
367370
*
368371
* @since 1.10.0
369372
*/

0 commit comments

Comments
 (0)