This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch doc/2.x/since-tag in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit ae89e8262b5de5166dd343701bb7ed11841dbb5d Author: Piotr P. Karwasz <[email protected]> AuthorDate: Sun Dec 29 09:48:46 2024 +0100 Document `log4j-api` changes in version 2.14.0 --- log4j-api/src/main/java/org/apache/logging/log4j/util/Strings.java | 1 + 1 file changed, 1 insertion(+) diff --git a/log4j-api/src/main/java/org/apache/logging/log4j/util/Strings.java b/log4j-api/src/main/java/org/apache/logging/log4j/util/Strings.java index 142b367cdb..ac7eeeaf3b 100644 --- a/log4j-api/src/main/java/org/apache/logging/log4j/util/Strings.java +++ b/log4j-api/src/main/java/org/apache/logging/log4j/util/Strings.java @@ -347,6 +347,7 @@ public final class Strings { * @param count the repetition count * @return the new string * @throws IllegalArgumentException if either {@code str} is null or {@code count} is negative + * @since 2.14.0 */ public static String repeat(final String str, final int count) { Objects.requireNonNull(str, "str");
