Skip to content

Commit 8567767

Browse files
committed
Polishing.
Fix Javadoc tags. See #2994
1 parent b1e07f5 commit 8567767

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/java/org/springframework/data/redis/cache/RedisCacheConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ public void configureKeyConverters(Consumer<ConverterRegistry> registryConsumer)
436436
* Registers default cache {@link Converter key converters}.
437437
* <p>
438438
* The following converters get registered:
439-
* <p>
440439
* <ul>
441440
* <li>{@link String} to {@link byte byte[]} using UTF-8 encoding.</li>
442441
* <li>{@link SimpleKey} to {@link String}</li>

src/main/java/org/springframework/data/redis/hash/Jackson2HashMapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
* Flattening requires all property names to not interfere with JSON paths. Using dots or brackets in map keys or as
6666
* property names is not supported using flattening. The resulting hash cannot be mapped back into an Object.
6767
* <h3>Example</h3>
68-
* <p>
6968
* <pre class="code">
7069
* class Person {
7170
* String firstname;

0 commit comments

Comments
 (0)