Fix invalid comment in build.xml

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851797 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2019-01-22 10:04:53 +00:00
parent 30cae305ca
commit c9f3de1c0e
1 changed files with 1 additions and 1 deletions

View File

@ -1229,7 +1229,7 @@ under the License.
<jvmarg value="-Xmx@{heap}M"/>
<jvmarg value="-ea"/>
<!-- some --add-opens and other properties are needed when running with Java 9 or newer -->
<!-- some "add-opens" and other properties are needed when running with Java 9 or newer -->
<jvmarg value="${java9addmods}" if:set="java9addmods" />
<jvmarg value="${java9addmodsvalue}" if:set="java9addmodsvalue" />
<jvmarg value="${java9addopens1}" if:set="java9addopens1" />