From ebc6530dc056aebd322a98038a50ef28a24d4d02 Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Thu, 10 Oct 2024 17:39:50 +0200 Subject: [PATCH] Replace 'align=center' with 'style' --- .../main/java/io/vavr/collection/CharSeq.java | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/vavr/src/main/java/io/vavr/collection/CharSeq.java b/vavr/src/main/java/io/vavr/collection/CharSeq.java index c18c47861..338184a8c 100644 --- a/vavr/src/main/java/io/vavr/collection/CharSeq.java +++ b/vavr/src/main/java/io/vavr/collection/CharSeq.java @@ -2354,11 +2354,11 @@ public CharSeq replace(CharSequence target, CharSequence replacement) { * Result * * - * : + * : * {@code { "boo", "and", "foo" }} * * - * o + * o * {@code { "b", "", ":and:f" }} * * @@ -2409,23 +2409,23 @@ public Seq split(String regex) { * Limit * Result * - * : - * 2 + * : + * 2 * {@code { "boo", "and:foo" }} - * : - * 5 + * : + * 5 * {@code { "boo", "and", "foo" }} - * : - * -2 + * : + * -2 * {@code { "boo", "and", "foo" }} - * o - * 5 + * o + * 5 * {@code { "b", "", ":and:f", "", "" }} - * o - * -2 + * o + * -2 * {@code { "b", "", ":and:f", "", "" }} - * o - * 0 + * o + * 0 * {@code { "b", "", ":and:f" }} * * An invocation of this method of the form