Skip to content

Commit a1bfbdc

Browse files
authored
Merge pull request apache#208 from mebigfatguy/master
fix <compilerarg> example documentation in manual
2 parents d212483 + e08af50 commit a1bfbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/using.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ <h4 id="pathshortcut">Path Shortcut</h4>
293293
&lt;fileset dir="lib" includes="*.jar"/&gt;
294294
&lt;/path&gt;
295295
&lt;javac srcdir="src" destdir="classes"&gt;
296-
&lt;compilerarg arg="-Xbootclasspath/p:${toString:lib.path.ref}"/&gt;
296+
&lt;compilerarg value="-Xbootclasspath/p:${toString:lib.path.ref}"/&gt;
297297
&lt;/javac&gt;</pre>
298298

299299
<h3 id="arg">Command-line Arguments</h3>

0 commit comments

Comments
 (0)