Skip to content

Commit 5178343

Browse files
committed
Fix spotless
1 parent b85646b commit 5178343

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • sdks/java/io/debezium/src/main/java/org/apache/beam/io/debezium

sdks/java/io/debezium/src/main/java/org/apache/beam/io/debezium/DebeziumIO.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,9 @@ protected Schema getRecordSchema() {
323323

324324
return Schema.builder()
325325
.addFields(valueSchema.getFields())
326-
// TODO(https://github.com/apache/beam/issues/39557):
327-
// Restore 'primaryKeyColumns' once Python can decode ARRAY<STRING>
328-
// schema options across the Java/Python cross-language boundary.
326+
// TODO(https://github.com/apache/beam/issues/39557):
327+
// Restore 'primaryKeyColumns' once Python can decode ARRAY<STRING>
328+
// schema options across the Java/Python cross-language boundary.
329329
.build();
330330
}
331331

0 commit comments

Comments
 (0)