dawidwys closed pull request #6636: [hotfix] [docs] Fix javadoc typos in FileStateHandle and SavepointV2 URL: https://github.com/apache/flink/pull/6636
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/savepoint/SavepointV2.java b/flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/savepoint/SavepointV2.java index bd3bfae41ad..466917b500a 100644 --- a/flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/savepoint/SavepointV2.java +++ b/flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/savepoint/SavepointV2.java @@ -41,7 +41,7 @@ /** * The persistent checkpoint metadata, format version 2. - * his format was introduced with Flink 1.3.0. + * This format was introduced with Flink 1.3.0. */ public class SavepointV2 implements Savepoint { diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/state/filesystem/FileStateHandle.java b/flink-runtime/src/main/java/org/apache/flink/runtime/state/filesystem/FileStateHandle.java index d169e551639..3d94709366f 100644 --- a/flink-runtime/src/main/java/org/apache/flink/runtime/state/filesystem/FileStateHandle.java +++ b/flink-runtime/src/main/java/org/apache/flink/runtime/state/filesystem/FileStateHandle.java @@ -31,7 +31,7 @@ /** * {@link StreamStateHandle} for state that was written to a file stream. The written data is - * identifier by the file path. The state can be read again by calling {@link #openInputStream()}. + * identified by the file path. The state can be read again by calling {@link #openInputStream()}. */ public class FileStateHandle implements StreamStateHandle { ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services