diff --git a/manual/Tasks/parallel.html b/manual/Tasks/parallel.html index 6dbd78acb..362daf373 100644 --- a/manual/Tasks/parallel.html +++ b/manual/Tasks/parallel.html @@ -197,7 +197,6 @@ if the <wljspc> task used the javac compiler in-VM (it may), concurrency problems may arise.

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