Polishing.

Fix Javadoc tags.

See #2994
This commit is contained in:
Mark Paluch
2024-10-17 15:43:18 +02:00
parent b1e07f5e15
commit 856776710e
2 changed files with 0 additions and 2 deletions

View File

@@ -436,7 +436,6 @@ public class RedisCacheConfiguration {
* 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>

View File

@@ -65,7 +65,6 @@ import com.fasterxml.jackson.databind.ser.std.DateSerializer;
* 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;