This is an automated email from the ASF dual-hosted git repository.
tangyun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 9617598de33 [FLINK-34617][docs] Correct the Javadoc of
org.apache.flink.api.common.time.Time
9617598de33 is described below
commit 9617598de33b2b23b97ddb84887392659070c344
Author: Yun Tang <[email protected]>
AuthorDate: Thu Mar 7 20:14:56 2024 +0800
[FLINK-34617][docs] Correct the Javadoc of
org.apache.flink.api.common.time.Time
---
flink-core/src/main/java/org/apache/flink/api/common/time/Time.java | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/flink-core/src/main/java/org/apache/flink/api/common/time/Time.java
b/flink-core/src/main/java/org/apache/flink/api/common/time/Time.java
index 2018ef4ecda..526e52b42ed 100644
--- a/flink-core/src/main/java/org/apache/flink/api/common/time/Time.java
+++ b/flink-core/src/main/java/org/apache/flink/api/common/time/Time.java
@@ -32,9 +32,6 @@ import static
org.apache.flink.util.Preconditions.checkNotNull;
/**
* The definition of a time interval. Similar to a simpler version of {@link
java.time.Duration}.
*
- * <p>Note: This class will fully replace
org.apache.flink.streaming.api.windowing.time.Time in
- * Flink 2.0
- *
* @deprecated Use {@link Duration}
*/
@Deprecated