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 12e02f3 Checkstyle.
12e02f3 is described below
commit 12e02f3d47aeaa5a0454fc71469e279c36837ac5
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 5 14:27:09 2020 -0400
Checkstyle.
---
src/main/java/org/apache/commons/text/StringSubstitutor.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/text/StringSubstitutor.java
b/src/main/java/org/apache/commons/text/StringSubstitutor.java
index 82e64c9..5057351 100644
--- a/src/main/java/org/apache/commons/text/StringSubstitutor.java
+++ b/src/main/java/org/apache/commons/text/StringSubstitutor.java
@@ -222,7 +222,7 @@ public class StringSubstitutor {
*
* @since 1.9
*/
- public static class Result {
+ public static final class Result {
/** Whether the buffer is altered. */
public final boolean altered;