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-lang.git
The following commit(s) were added to refs/heads/master by this push: new 4650d39fe Javadoc 4650d39fe is described below commit 4650d39fe9fa4bea90d6650c9b8d9277b7d01b77 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed May 14 10:57:40 2025 -0400 Javadoc --- src/main/java/org/apache/commons/lang3/StringUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/lang3/StringUtils.java b/src/main/java/org/apache/commons/lang3/StringUtils.java index 03cbeb04b..2a5c99cda 100644 --- a/src/main/java/org/apache/commons/lang3/StringUtils.java +++ b/src/main/java/org/apache/commons/lang3/StringUtils.java @@ -6039,7 +6039,7 @@ public static String repeat(final char repeat, final int count) { } /** - * Repeat a String {@code repeat} times to form a + * Repeats a String {@code repeat} times to form a * new String. * * <pre> @@ -6095,7 +6095,7 @@ public static String repeat(final String repeat, final int count) { } /** - * Repeat a String {@code repeat} times to form a + * Repeats a String {@code repeat} times to form a * new String, with a String separator injected each time. * * <pre>