Skip to content

Commit 3961b36

Browse files
Nit
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
1 parent ff36acf commit 3961b36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kafka/src/main/java/io/cloudevents/kafka/CloudEventDeserializer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
/**
3030
* Kafka {@link Deserializer} for {@link CloudEvent}.
3131
* <p>
32-
* To configure a {@link CloudEventDataMapper}, you can provide the instance through the configuration key
33-
* {@link CloudEventDeserializer#MAPPER_CONFIG}.
32+
* To configure a {@link CloudEventDataMapper}, you can provide the instance through the configuration key {@link CloudEventDeserializer#MAPPER_CONFIG}.
3433
*/
3534
public class CloudEventDeserializer implements Deserializer<CloudEvent> {
3635

0 commit comments

Comments
 (0)