mirror of https://github.com/apache/poi.git
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:
parent
30cae305ca
commit
c9f3de1c0e
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue