You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/08/04 15:36:09 UTC

[commons-text] 02/05: Sort members.

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

commit 45eb67d2782197b89e5db0423ec8569c2e63ad4c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Aug 4 10:28:45 2019 -0400

    Sort members.
---
 src/main/java/org/apache/commons/text/StringSubstitutor.java | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/main/java/org/apache/commons/text/StringSubstitutor.java b/src/main/java/org/apache/commons/text/StringSubstitutor.java
index 6764fe6..535cd78 100644
--- a/src/main/java/org/apache/commons/text/StringSubstitutor.java
+++ b/src/main/java/org/apache/commons/text/StringSubstitutor.java
@@ -184,6 +184,11 @@ public class StringSubstitutor {
     /**
      * Creates a new instance using the interpolator string lookup
      * {@link StringLookupFactory#interpolatorStringLookup()}.
+     * <p>
+     * This StringSubstitutor lets you perform substituions like:
+     * </p>
+     * <pre>
+     * </pre>
      *
      * @return a new instance using the interpolator string lookup.
      * @see StringLookupFactory#interpolatorStringLookup()