Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alex268 committed Oct 18, 2024
1 parent 3711a1d commit 56bdfd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public long getOffset() {
/**
* BUILDER
*/
public static class Builder extends OperationBuilder<DescribeTopicSettings.Builder> {
public static class Builder extends OperationBuilder<Builder> {
private long partitionId = -1;
private String consumer = null;
private long offset = 0;
Expand Down

0 comments on commit 56bdfd9

Please sign in to comment.