From 146d798c593ee4aeeff8e728e6d1cf7b88630c75 Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Thu, 10 Oct 2024 17:23:57 +0200 Subject: [PATCH] Replace 'summary' with '' in JavaDocs --- .../src/main/java/io/vavr/collection/CharSeq.java | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/vavr/src/main/java/io/vavr/collection/CharSeq.java b/vavr/src/main/java/io/vavr/collection/CharSeq.java index f0a0a7dae..c18c47861 100644 --- a/vavr/src/main/java/io/vavr/collection/CharSeq.java +++ b/vavr/src/main/java/io/vavr/collection/CharSeq.java @@ -2347,7 +2347,8 @@ public CharSeq replace(CharSequence target, CharSequence replacement) { *

* The string {@code "boo:and:foo"}, for example, yields the following results with these expressions: *

- * + *
+ * * * * @@ -2401,7 +2402,8 @@ public Seq split(String regex) { *

* The string {@code "boo:and:foo"}, for example, yields the * following results with these parameters: - *

Split examples showing regex and result
RegexResult
+ *
+ * * * * @@ -2456,7 +2458,8 @@ public Seq split(String regex, int limit) { * {@code CharSeq} may be a different length than the original {@code CharSeq}. *

* Examples of lowercase mappings are in the following table: - *

Split example showing regex, limit, and result
RegexLimit
+ *
+ * * * * @@ -2536,7 +2539,8 @@ public CharSeq toLowerCase() { *

* Examples of locale-sensitive and 1:M case mappings are in the following table. * - *

Lowercase mapping examples showing language code of locale, upper case, lower case, and description
Language Code of LocaleUpper Case
+ *
+ * * * * @@ -2613,7 +2617,8 @@ public CharSeq toUpperCase() { *

* Examples of locale-sensitive and 1:M case mappings are in the following table. * - *

Examples of locale-sensitive and 1:M case mappings. Shows Language code of locale, lower case, upper case, and description.
Language Code of LocaleLower Case
+ *
+ * * * *
Examples of locale-sensitive and 1:M case mappings. Shows Language code of locale, lower case, upper case, and description.
Language Code of LocaleLower Case