Skip to content

Commit 2293e5d

Browse files
authored
Fix remaining JavaDoc style issues (#2898)
1 parent 5c05f5b commit 2293e5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

vavr/src/main/java/io/vavr/collection/CharSeq.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2347,7 +2347,7 @@ public CharSeq replace(CharSequence target, CharSequence replacement) {
23472347
* <p>
23482348
* The string {@code "boo:and:foo"}, for example, yields the following results with these expressions:
23492349
* <blockquote>
2350-
* <table cellpadding=1 cellspacing=0>
2350+
* <table style="border-spacing: 0; padding: 1px;">
23512351
* <caption>Split examples showing regex and result</caption>
23522352
* <tr>
23532353
* <th>Regex</th>
@@ -2402,7 +2402,7 @@ public Seq<CharSeq> split(String regex) {
24022402
* <p>
24032403
* The string {@code "boo:and:foo"}, for example, yields the
24042404
* following results with these parameters:
2405-
* <blockquote><table cellpadding=1 cellspacing=0>
2405+
* <blockquote><table style="border-spacing: 0; padding: 1px;">
24062406
* <caption>Split example showing regex, limit, and result</caption>
24072407
* <tr>
24082408
* <th>Regex</th>

vavr/src/main/java/io/vavr/collection/package-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Purely functional collections based on {@linkplain io.vavr.collection.Traversable}.
33
*
44
* <h2>Performance Characteristics of Vavr Collections</h2>
5-
* <table cellpadding="5" cellspacing="0" border="1" style="border-collapse: collapse">
5+
* <table style="border-collapse: collapse; border: 1px solid; padding: 5px;">
66
* <caption>Time Complexity of Sequential Operations</caption>
77
* <thead>
88
* <tr>
@@ -27,7 +27,7 @@
2727
* </tbody>
2828
* </table>
2929
* <br>
30-
* <table cellpadding="5" cellspacing="0" border="1" style="border-collapse: collapse">
30+
* <table style="border-collapse: collapse; border: 1px solid; padding: 5px;">
3131
* <caption>Time Complexity of Map/Set Operations</caption>
3232
* <thead>
3333
* <tr>

0 commit comments

Comments
 (0)