mbenson 2004/06/17 13:35:31 Modified: src/main/org/apache/tools/ant ExitStatusException.java Log: Javadoc cleanup Revision Changes Path 1.2 +2 -3 ant/src/main/org/apache/tools/ant/ExitStatusException.java Index: ExitStatusException.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/ExitStatusException.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ExitStatusException.java 17 Jun 2004 20:33:13 -0000 1.1 +++ ExitStatusException.java 17 Jun 2004 20:35:31 -0000 1.2 @@ -36,7 +36,7 @@ } /** - * Constructs an exit exception. + * Constructs an <CODE>ExitStatusException</CODE>. * @param msg the associated message * @param status the associated status code */ @@ -46,8 +46,7 @@ } /** - * Get the status code - * + * Get the status code. * @return <CODE>int</CODE> */ public int getStatus() {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]