Repository: flink
Updated Branches:
  refs/heads/release-1.1 bc1bfbc0b -> 590991c1f


[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/590991c1
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/590991c1
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/590991c1

Branch: refs/heads/release-1.1
Commit: 590991c1ff6cb646f1cb626bdf3d55ec7373ac50
Parents: bc1bfbc
Author: Elias Levy <[email protected]>
Authored: Tue May 22 09:15:06 2018 +0200
Committer: zentol <[email protected]>
Committed: Tue May 22 09:16:48 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/flink/blob/590991c1/docs/apis/streaming/index.md
----------------------------------------------------------------------
diff --git a/docs/apis/streaming/index.md b/docs/apis/streaming/index.md
index abc5df5..ad876e0 100644
--- a/docs/apis/streaming/index.md
+++ b/docs/apis/streaming/index.md
@@ -1619,9 +1619,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