We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b0226 commit 6bfa66cCopy full SHA for 6bfa66c
table/src/main/java/tech/ydb/table/description/ChangefeedDescription.java
@@ -136,7 +136,7 @@ public String toString() {
136
.append(", mode=").append(mode)
137
.append(", virtual timestamps=").append(virtualTimestamps)
138
.append(", resolved timestamps=").append(
139
- resolvedTimestampsInterval != null? resolvedTimestampsInterval : "null")
+ resolvedTimestampsInterval != null ? resolvedTimestampsInterval : "null")
140
.append("}").toString();
141
}
142
0 commit comments