Skip to content

Commit cc1a818

Browse files
authored
Merge pull request #333 from alex268/master
Fixed typo
2 parents 3711a1d + 56bdfd9 commit cc1a818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topic/src/main/java/tech/ydb/topic/settings/CommitOffsetSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public long getOffset() {
3636
/**
3737
* BUILDER
3838
*/
39-
public static class Builder extends OperationBuilder<DescribeTopicSettings.Builder> {
39+
public static class Builder extends OperationBuilder<Builder> {
4040
private long partitionId = -1;
4141
private String consumer = null;
4242
private long offset = 0;

0 commit comments

Comments
 (0)