Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Fix Javadoc tags.

See #2994
  • Loading branch information
mp911de committed Oct 17, 2024
1 parent dfc56a6 commit 8e9660c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ public void configureKeyConverters(Consumer<ConverterRegistry> registryConsumer)
* Registers default cache {@link Converter key converters}.
* <p>
* The following converters get registered:
* <p>
* <ul>
* <li>{@link String} to {@link byte byte[]} using UTF-8 encoding.</li>
* <li>{@link SimpleKey} to {@link String}</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
* Flattening requires all property names to not interfere with JSON paths. Using dots or brackets in map keys or as
* property names is not supported using flattening. The resulting hash cannot be mapped back into an Object.
* <h3>Example</h3>
* <p>
* <pre class="code">
* class Person {
* String firstname;
Expand Down

0 comments on commit 8e9660c

Please sign in to comment.