Repository: flink
Updated Branches:
  refs/heads/release-1.3 cb38b6def -> 4c224289a


[FLINK-9403][docs] Remove obsolete documentation

This closes #6048.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/4c224289
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/4c224289
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/4c224289

Branch: refs/heads/release-1.3
Commit: 4c224289a51a620349447b8ed7ed11de197e2eeb
Parents: cb38b6d
Author: Elias Levy <[email protected]>
Authored: Sun May 20 14:36:11 2018 -0700
Committer: zentol <[email protected]>
Committed: Tue May 22 09:08:54 2018 +0200

----------------------------------------------------------------------
 docs/dev/datastream_api.md | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/4c224289/docs/dev/datastream_api.md
----------------------------------------------------------------------
diff --git a/docs/dev/datastream_api.md b/docs/dev/datastream_api.md
index 46d2ac2..6785f5b 100644
--- a/docs/dev/datastream_api.md
+++ b/docs/dev/datastream_api.md
@@ -1594,9 +1594,6 @@ The `StreamExecutionEnvironment` contains the 
`ExecutionConfig` which allows to
 Please refer to [execution configuration]({{ site.baseurl 
}}/dev/execution_configuration.html)
 for an explanation of most parameters. These parameters pertain specifically 
to the DataStream API:
 
-- `enableTimestamps()` / **`disableTimestamps()`**: Attach a timestamp to each 
event emitted from a source.
-    `areTimestampsEnabled()` returns the current value.
-
 - `setAutoWatermarkInterval(long milliseconds)`: Set the interval for 
automatic watermark emission. You can
     get the current value with `long getAutoWatermarkInterval()`
 

Reply via email to