This is an automated email from the ASF dual-hosted git repository.
chesnay 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 29ddda4 [hotfix][docs] Fix IDE setup typo
29ddda4 is described below
commit 29ddda4b82f53d7979306fd4706ac57a79aacb6a
Author: Niels Basjes <[email protected]>
AuthorDate: Wed Jul 1 19:12:56 2020 +0200
[hotfix][docs] Fix IDE setup typo
---
docs/flinkDev/ide_setup.md | 2 +-
docs/flinkDev/ide_setup.zh.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/flinkDev/ide_setup.md b/docs/flinkDev/ide_setup.md
index e715a50..f3b2cdd 100644
--- a/docs/flinkDev/ide_setup.md
+++ b/docs/flinkDev/ide_setup.md
@@ -121,7 +121,7 @@ Enable scalastyle in Intellij by selecting Settings ->
Editor -> Inspections, th
This section lists issues that developers have run into in the past when
working with IntelliJ:
-- Compilation fails with `invalid flag:
--add-expots=java.base/sun.net.util=ALL-UNNAMED`
+- Compilation fails with `invalid flag:
--add-exports=java.base/sun.net.util=ALL-UNNAMED`
This means that IntelliJ activated the `java11` profile despite an older JDK
being used.
Open the Maven tool window (View -> Tool Windows -> Maven), uncheck the
`java11` profile and reimport the project.
diff --git a/docs/flinkDev/ide_setup.zh.md b/docs/flinkDev/ide_setup.zh.md
index bdfbc02..1f9f359 100644
--- a/docs/flinkDev/ide_setup.zh.md
+++ b/docs/flinkDev/ide_setup.zh.md
@@ -121,7 +121,7 @@ Enable scalastyle in Intellij by selecting Settings ->
Editor -> Inspections, th
This section lists issues that developers have run into in the past when
working with IntelliJ:
-- Compilation fails with `invalid flag:
--add-expots=java.base/sun.net.util=ALL-UNNAMED`
+- Compilation fails with `invalid flag:
--add-exports=java.base/sun.net.util=ALL-UNNAMED`
This means that IntelliJ activated the `java11` profile despite an older JDK
being used.
Open the Maven tool window (View -> Tool Windows -> Maven), uncheck the
`java11` profile and reimport the project.