Browse Source

Bug-53490: unrequired stuff breaks code formatting

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1478661 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 12 years ago
parent
commit
12e9d5f0d3
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      manual/Tasks/parallel.html

+ 1
- 2
manual/Tasks/parallel.html View File

@@ -197,7 +197,6 @@ if the <code>&lt;wljspc&gt;</code> task used the javac compiler in-VM
(it may), concurrency problems may arise.
</p>

<taskdef name=""
<pre>
&lt;macrodef name="dbpurge"&gt;
&lt;attribute file="file"/&gt;
@@ -208,7 +207,7 @@ if the <code>&lt;wljspc&gt;</code> task used the javac compiler in-VM
&lt;/sequential&gt;
&lt;/macrodef&gt;
&lt;parallel threadCount='4'&gt;
&lt;parallel threadCount="4"&gt;
&lt;dbpurge file="db/one" /&gt;
&lt;dbpurge file="db/two" /&gt;
&lt;dbpurge file="db/three" /&gt;


Loading…
Cancel
Save