Skip to content

Commit

Permalink
public class KafkaRowConverterString
Browse files Browse the repository at this point in the history
  • Loading branch information
cthtrifork committed Feb 19, 2024
1 parent 93cd640 commit 8e8a404
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Implementation of {@link KafkaRowConverter}. Both key and value
* are saved as {@code string}.
*/
class KafkaRowConverterString implements KafkaRowConverter<String, String> {
public class KafkaRowConverterString implements KafkaRowConverter<String, String> {
/**
* Generates a row schema for a given Kafka topic.
*
Expand Down

0 comments on commit 8e8a404

Please sign in to comment.