mbenson 2004/12/14 12:54:00 Modified: src/main/org/apache/tools/ant/helper DefaultExecutor.java Log: Javadoc reformatting. Revision Changes Path 1.3 +2 -3 ant/src/main/org/apache/tools/ant/helper/DefaultExecutor.java Index: DefaultExecutor.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/helper/DefaultExecutor.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- DefaultExecutor.java 7 Dec 2004 06:43:42 -0000 1.2 +++ DefaultExecutor.java 14 Dec 2004 20:54:00 -0000 1.3 @@ -24,9 +24,8 @@ /** - * Default Target executor implementation. - * Runs each target individually (including all of its dependencies), - * halting immediately upon error. + * Default Target executor implementation. Runs each target individually + * (including all of its dependencies), halting immediately upon error. * @since Ant 1.6.3 */ public class DefaultExecutor implements Executor {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]