Skip to content

Commit

Permalink
Merge pull request #333 from alex268/master
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
alex268 authored Oct 18, 2024
2 parents 3711a1d + 56bdfd9 commit cc1a818
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 cc1a818

Please sign in to comment.