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 ed13776 Checktyle.
ed13776 is described below
commit ed137762b7677e0b7901f0df3be3bfba24f5ece5
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 22 15:22:24 2020 -0400
Checktyle.
---
src/test/java/org/apache/commons/text/StringSubstitutorTest.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/text/StringSubstitutorTest.java
b/src/test/java/org/apache/commons/text/StringSubstitutorTest.java
index 5b810c1..b3132a1 100644
--- a/src/test/java/org/apache/commons/text/StringSubstitutorTest.java
+++ b/src/test/java/org/apache/commons/text/StringSubstitutorTest.java
@@ -71,7 +71,8 @@ public class StringSubstitutorTest {
}
}
- private void doTestReplace(final String expectedResult, final String
replaceTemplate, final boolean substring) throws IOException {
+ private void doTestReplace(final String expectedResult, final String
replaceTemplate, final boolean substring)
+ throws IOException {
final StringSubstitutor sub = new StringSubstitutor(values);
doTestReplace(sub, expectedResult, replaceTemplate, substring);
}