You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ga...@apache.org on 2018/12/30 16:19:31 UTC

[flink] branch master updated: [FLINK-11233][core] Fix typo in JobID Javadoc

This is an automated email from the ASF dual-hosted git repository.

gary pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 703dc915 [FLINK-11233][core] Fix typo in JobID Javadoc
703dc915 is described below

commit 703dc9157957f6a17b8b03dc272921acee76975b
Author: Li, Shuangjiang <mo...@users.noreply.github.com>
AuthorDate: Sun Dec 30 08:19:25 2018 -0800

    [FLINK-11233][core] Fix typo in JobID Javadoc
---
 flink-core/src/main/java/org/apache/flink/api/common/JobID.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-core/src/main/java/org/apache/flink/api/common/JobID.java b/flink-core/src/main/java/org/apache/flink/api/common/JobID.java
index 01abd76..016e232 100644
--- a/flink-core/src/main/java/org/apache/flink/api/common/JobID.java
+++ b/flink-core/src/main/java/org/apache/flink/api/common/JobID.java
@@ -26,7 +26,7 @@ import java.nio.ByteBuffer;
 
 /**
  * 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