Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/5016#discussion_r151096958
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/sources/definedTimeAttributes.scala
---
@@ -62,12 +62,13 @@ trait DefinedRowtimeAttributes {
*
* @param attributeName The name of the rowtime attribute.
* @param timestampExtractor The timestamp extractor to derive the values
of the attribute.
- * @param watermarkStrategy The watermark strategy associated with the
attribute.
+ * @param watermarkStrategy The watermark strategy associated with the
attribute. With the default
--- End diff --
revert changes in this class
---