Skip to content

Commit

Permalink
[FLINK-11233][core] Fix typo in JobID Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mousepotato authored and GJL committed Dec 30, 2018
1 parent ee81c0f commit 703dc91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

/**
* Unique (at least statistically unique) identifier for a Flink Job. Jobs in Flink correspond
* do dataflow graphs.
* to dataflow graphs.
*
* <p>Jobs act simultaneously as <i>sessions</i>, because jobs can be created and submitted
* incrementally in different parts. Newer fragments of a graph can be attached to existing
Expand Down

0 comments on commit 703dc91

Please sign in to comment.