Index: src/main/org/apache/tools/ant/ExitException.java
===================================================================
RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/ExitException.java,v
retrieving revision 1.5
diff -u -r1.5 ExitException.java
--- src/main/org/apache/tools/ant/ExitException.java	20 Feb 2002 14:54:28 -0000	1.5
+++ src/main/org/apache/tools/ant/ExitException.java	9 Jul 2002 16:30:44 -0000
@@ -75,7 +75,9 @@
     }
 
     /**
-     * @return the status code return via System.exit()
+     * The status code returned by System.exit()
+     *
+     * @return the status code returned by System.exit()
      */
     public int getStatus() {
         return status;

