From 12e9d5f0d34a161cd162b3a99d8e6eb1799267bf Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Fri, 3 May 2013 07:10:31 +0000 Subject: [PATCH] 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 --- manual/Tasks/parallel.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" />