You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2022/06/22 09:38:06 UTC

[flink] branch master updated: [hotfix][docs] Fix the Intellij key nouns.

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

martijnvisser 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 c3c058a2f83 [hotfix][docs] Fix the Intellij key nouns.
c3c058a2f83 is described below

commit c3c058a2f83a6f078b3f33c514047d0cef293a2a
Author: liuzhuang2017 <ju...@outlook.com>
AuthorDate: Wed Jun 15 17:22:47 2022 +0800

    [hotfix][docs] Fix the Intellij key nouns.
---
 flink-examples/flink-examples-table/pom.xml | 2 +-
 pom.xml                                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-examples/flink-examples-table/pom.xml b/flink-examples/flink-examples-table/pom.xml
index 093a499a84f..75c1d3d0a94 100644
--- a/flink-examples/flink-examples-table/pom.xml
+++ b/flink-examples/flink-examples-table/pom.xml
@@ -56,7 +56,7 @@ under the License.
 
 		In particular, here we're forced to use flink-table-planner_${scala.binary.version} instead of
 		flink-table-planner-loader, because otherwise we hit this bug https://youtrack.jetbrains.com/issue/IDEA-93855
-		when trying to run the examples from within Intellij IDEA. This is only relevant to this specific
+		when trying to run the examples from within IntelliJ IDEA. This is only relevant to this specific
 		examples project, as it's in the same build tree of flink-parent.
 
 		In a real environment, you need flink-table-runtime and flink-table-planner-loader either
diff --git a/pom.xml b/pom.xml
index 13f48c46bb3..15d7e08970a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@ under the License.
 		<slf4j.version>1.7.32</slf4j.version>
 		<log4j.version>2.17.1</log4j.version>
 		<!-- Overwrite default values from parent pom.
-			 Intellij is (sometimes?) using those values to choose target language level
+			 IntelliJ IDEA is (sometimes?) using those values to choose target language level
 			 and thus is changing back to java 1.6 on each maven re-import -->
 		<maven.compiler.source>${target.java.version}</maven.compiler.source>
 		<maven.compiler.target>${target.java.version}</maven.compiler.target>