Skip to content

Commit

Permalink
Make KeyOrValueSpec public (closes #4231).
Browse files Browse the repository at this point in the history
  • Loading branch information
cpwright committed Jul 26, 2023
1 parent a438c49 commit a95fd2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ public static class Consume {
/**
* Class to specify conversion of Kafka KEY or VALUE fields to table columns.
*/
static abstract class KeyOrValueSpec {
public static abstract class KeyOrValueSpec {
/**
* Data format for this Spec.
*
Expand Down

0 comments on commit a95fd2e

Please sign in to comment.