Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7d797c4

Browse files
Revert "Typo fix "sun.net.fs" -> "sun.nio.fs""
This reverts commit 9ad0c15.
1 parent 9ad0c15 commit 7d797c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ allprojects {
7474
"--add-opens", "java.base/sun.security.util=ALL-UNNAMED",
7575
"--add-opens", "java.base/sun.reflect.generics.repository=ALL-UNNAMED",
7676
"--add-opens", "java.base/sun.net.util=ALL-UNNAMED",
77-
"--add-opens", "java.base/sun.nio.fs=ALL-UNNAMED",
77+
"--add-opens", "java.base/sun.net.fs=ALL-UNNAMED",
7878
"--add-opens", "java.base/java.security=ALL-UNNAMED",
7979
"--add-opens", "java.base/java.lang.ref=ALL-UNNAMED",
8080
"--add-opens", "java.base/java.math=ALL-UNNAMED",

‎utbot-framework-api/src/main/kotlin/org/utbot/framework/process/OpenModulesContainer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ object OpenModulesContainer {
3030
openPackage("java.base", "java.lang.reflect")
3131
openPackage("java.base", "sun.security.provider")
3232
openPackage("java.base", "sun.net.util")
33-
openPackage("java.base", "sun.nio.fs")
33+
openPackage("java.base", "sun.net.fs")
3434
openPackage("java.base", "jdk.internal.event")
3535
openPackage("java.base", "jdk.internal.jimage")
3636
openPackage("java.base", "jdk.internal.jimage.decompressor")

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /