Skip to content

Commit 965f90d

Browse files
committed
Javadoc
1 parent 9398a77 commit 965f90d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Map<String, StringLookup> getDefaultStringLookups() {
363363

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
366-
* required in cases where the set of default lookups must be modified. (See the class documentation for details.)
366+
* required in cases where the set of default lookups must be modified. (See the {@link StringLookupFactory class documentation} for details.)
367367
*
368368
* @since 1.10.0
369369
*/
@@ -657,6 +657,9 @@ private StringLookupFactory(final Path[] fences) {
657657
* 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
658658
* during string interpolation. The defaults may be configured using the {@value #DEFAULT_STRING_LOOKUPS_PROPERTY} system property. See the class
659659
* documentation for details and a list of lookups.
660+
* <p>
661+
* The format of the property string is a comma-separated list of names from the {@link DefaultStringLookup} enum.
662+
* </p>
660663
*
661664
* @param stringLookupMap the map of string lookups to edit.
662665
* @since 1.5

0 commit comments

Comments
 (0)