bzablocki commented on code in PR #32060:
URL: https://github.com/apache/beam/pull/32060#discussion_r1838128969
##########
sdks/java/io/csv/src/main/java/org/apache/beam/sdk/io/csv/CsvIO.java:
##########
@@ -368,8 +368,8 @@ public static Write<Row> writeRows(String to, CSVFormat
csvFormat) {
*
* <pre>{@code
* // SomeDataClass is a data class configured for Beam to automatically
infer its Schema.
- * @DefaultSchema(AutoValueSchema.class)
- * @AutoValue
+ * {@literal @}DefaultSchema(AutoValueSchema.class)
+ * {@literal @}AutoValue
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]