diff options
author | Dominik Stadler <centic@apache.org> | 2019-01-22 10:04:53 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2019-01-22 10:04:53 +0000 |
commit | c9f3de1c0e345edc3705f52bae3d8c2b8847e6a0 (patch) | |
tree | a70b6ce68adbbc04bdc5c491b4a6e1cc24a73e35 /build.xml | |
parent | 30cae305ca336961ced257f5dc0662f79d6bd2d1 (diff) | |
download | poi-c9f3de1c0e345edc3705f52bae3d8c2b8847e6a0.tar.gz poi-c9f3de1c0e345edc3705f52bae3d8c2b8847e6a0.zip |
Fix invalid comment in build.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851797 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" /> |