You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2019/01/22 10:04:54 UTC

svn commit: r1851797 - /poi/trunk/build.xml

Author: centic
Date: Tue Jan 22 10:04:53 2019
New Revision: 1851797

URL: http://svn.apache.org/viewvc?rev=1851797&view=rev
Log:
Fix invalid comment in build.xml

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1851797&r1=1851796&r2=1851797&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Jan 22 10:04:53 2019
@@ -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" />



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org