Skip to content

Commit 8e9660c

Browse files
committed
Polishing.
Fix Javadoc tags. See #2994
1 parent dfc56a6 commit 8e9660c

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

-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,6 @@ public void configureKeyConverters(Consumer<ConverterRegistry> registryConsumer)
438438
* Registers default cache {@link Converter key converters}.
439439
* <p>
440440
* The following converters get registered:
441-
* <p>
442441
* <ul>
443442
* <li>{@link String} to {@link byte byte[]} using UTF-8 encoding.</li>
444443
* <li>{@link SimpleKey} to {@link String}</li>

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

-1
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)