Skip to content

Commit ee24bf2

Browse files
committed
Polishing.
See #1154
1 parent d6432b4 commit ee24bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/convert/CassandraValueConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Cassandra-specific value conversions, for example:
2323
*
2424
* <pre class="code">
25-
* static class MyJsonConverter implements CassandraValueConverter<Person, String> {
25+
* static class MyJsonConverter implements CassandraValueConverter&lt;Person, String&gt; {
2626
*
2727
* &#64;Override
2828
* public Person read(String value, CassandraConversionContext context) {

0 commit comments

Comments
 (0)