Skip to content

Commit

Permalink
[hotfix] [javadoc] Fix typo in StreamExecutionEnvironment javadoc
Browse files Browse the repository at this point in the history
This closes apache#5164.
  • Loading branch information
Matrix42 authored and tzulitai committed Dec 18, 2017
1 parent 3b1448e commit d12158e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ public CheckpointingMode getCheckpointingMode() {
* from operations on {@link org.apache.flink.streaming.api.datastream.KeyedStream}) is maintained
* (heap, managed memory, externally), and where state snapshots/checkpoints are stored, both for
* the key/value state, and for checkpointed functions (implementing the interface
* {@link org.apache.flink.streaming.api.checkpoint.Checkpointed}).
* {@link org.apache.flink.streaming.api.checkpoint.CheckpointedFunction}).
*
* <p>The {@link org.apache.flink.runtime.state.memory.MemoryStateBackend} for example
* maintains the state in heap memory, as objects. It is lightweight without extra dependencies,
Expand Down

0 comments on commit d12158e

Please sign in to comment.