Skip to content

Commit

Permalink
Removed extra empty lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
dy2285 committed Mar 4, 2024
1 parent 10da1db commit 6da7146
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/include/jvmdefaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ getJavaSpecificOpts() {
--illegal-access=permit \
${current_value}"




elif [ "${version}" -ge 14 ] && [ "${version}" -lt 15 ]; then
value="\
--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED \
Expand All @@ -77,7 +74,6 @@ getJavaSpecificOpts() {
--illegal-access=permit \
${current_value}"


elif [ "${version}" -ge 15 ] ; then
value="\
--add-opens=java.base/jdk.internal.access=ALL-UNNAMED \
Expand Down

0 comments on commit 6da7146

Please sign in to comment.