Skip to content

Commit c351591

Browse files
Update kafka/src/main/java/org/axonframework/extensions/kafka/eventhandling/DefaultKafkaMessageConverter.java
Co-authored-by: Lucas Campos <[email protected]>
1 parent 1eb66b5 commit c351591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/src/main/java/org/axonframework/extensions/kafka/eventhandling/DefaultKafkaMessageConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* <p>
5959
* <p>
6060
* If an up-caster / up-caster chain is configured, this converter will pass the converted messages through it.
61-
* Please note, that the since the message converter consumes records one-by-one, the up-casting functionality is
61+
* Please note, that since the message converter consumes records one-by-one, the up-casting functionality is
6262
* limited to one-to-one and one-to-many up-casters only.
6363
* </p>
6464
* This implementation will suffice in most cases.

0 commit comments

Comments
 (0)