Repository: flink
Updated Branches:
  refs/heads/release-1.0 502837388 -> 0fca630a1


[FLINK-9403][docs] Remove obsolete documentation


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

Branch: refs/heads/release-1.0
Commit: 0fca630a1efb13c2cb5b23aa464e84c2bb207f0a
Parents: 5028373
Author: Elias Levy <[email protected]>
Authored: Tue May 22 09:15:06 2018 +0200
Committer: zentol <[email protected]>
Committed: Tue May 22 09:17:52 2018 +0200

----------------------------------------------------------------------
 docs/apis/streaming/index.md | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/0fca630a/docs/apis/streaming/index.md
----------------------------------------------------------------------
diff --git a/docs/apis/streaming/index.md b/docs/apis/streaming/index.md
index 3eeb953..04da690 100644
--- a/docs/apis/streaming/index.md
+++ b/docs/apis/streaming/index.md
@@ -1592,9 +1592,6 @@ The `StreamExecutionEnvironment` contains the 
`ExecutionConfig` which allows to
 Please refer to [execution configuration]({{ site.baseurl 
}}/apis/common/index.html#execution-configuration)
 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