aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2019-01-22 10:04:53 +0000
committerDominik Stadler <centic@apache.org>2019-01-22 10:04:53 +0000
commitc9f3de1c0e345edc3705f52bae3d8c2b8847e6a0 (patch)
treea70b6ce68adbbc04bdc5c491b4a6e1cc24a73e35 /build.xml
parent30cae305ca336961ced257f5dc0662f79d6bd2d1 (diff)
downloadpoi-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 0627f8a272..6cc0f31b27 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />