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 87d33b6  Follow method's patterrn.
87d33b6 is described below

commit 87d33b6ffa202cbc153ebc85a861c1639e722123
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 28 11:30:00 2020 -0400

    Follow method's patterrn.
---
 src/main/java/org/apache/commons/text/StringSubstitutor.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/text/StringSubstitutor.java 
b/src/main/java/org/apache/commons/text/StringSubstitutor.java
index 7c98bb0..067cc7b 100644
--- a/src/main/java/org/apache/commons/text/StringSubstitutor.java
+++ b/src/main/java/org/apache/commons/text/StringSubstitutor.java
@@ -1311,6 +1311,7 @@ public class StringSubstitutor {
         final boolean substitutionInVariablesEnabled = 
isEnableSubstitutionInVariables();
         final boolean substitutionInValuesDisabled = 
isDisableSubstitutionInValues();
         final boolean undefinedVariableException = 
isEnableUndefinedVariableException();
+        final boolean preserveEscapes = isPreserveEscapes();
 
         final boolean top = priorVariables == null;
         boolean altered = false;

Reply via email to