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

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

commit ddfcce7de0bd03f40b7cf33955f7a4900f1c6aad
Author: Ingo Bürk <ingo.bu...@tngtech.com>
AuthorDate: Mon Mar 22 15:51:28 2021 +0100

    [hotfix][core] Fix typos in ReadableConfig
---
 .../src/main/java/org/apache/flink/configuration/ReadableConfig.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/flink-core/src/main/java/org/apache/flink/configuration/ReadableConfig.java 
b/flink-core/src/main/java/org/apache/flink/configuration/ReadableConfig.java
index bd1c376..c4f12e2 100644
--- 
a/flink-core/src/main/java/org/apache/flink/configuration/ReadableConfig.java
+++ 
b/flink-core/src/main/java/org/apache/flink/configuration/ReadableConfig.java
@@ -30,7 +30,7 @@ import java.util.Optional;
 public interface ReadableConfig {
 
     /**
-     * Reads a value using the metada included in {@link ConfigOption}. 
Returns the {@link
+     * Reads a value using the metadata included in {@link ConfigOption}. 
Returns the {@link
      * ConfigOption#defaultValue()} if value key not present in the 
configuration.
      *
      * @param option metadata of the option to read
@@ -41,7 +41,7 @@ public interface ReadableConfig {
     <T> T get(ConfigOption<T> option);
 
     /**
-     * Reads a value using the metada included in {@link ConfigOption}. In 
contrast to {@link
+     * Reads a value using the metadata included in {@link ConfigOption}. In 
contrast to {@link
      * #get(ConfigOption)} returns {@link Optional#empty()} if value not 
present.
      *
      * @param option metadata of the option to read

Reply via email to