]> source.dussan.org Git - poi.git/commitdiff
Fix invalid comment in build.xml
authorDominik Stadler <centic@apache.org>
Tue, 22 Jan 2019 10:04:53 +0000 (10:04 +0000)
committerDominik Stadler <centic@apache.org>
Tue, 22 Jan 2019 10:04:53 +0000 (10:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851797 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 0627f8a272800f320be9e92160275604b40b0be5..6cc0f31b2788efb601faf2712e38f8460bcebacc 100644 (file)
--- 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" />