diff --git a/src/main/org/apache/tools/ant/ExitStatusException.java b/src/main/org/apache/tools/ant/ExitStatusException.java index cfc28be82..93bb0c169 100644 --- a/src/main/org/apache/tools/ant/ExitStatusException.java +++ b/src/main/org/apache/tools/ant/ExitStatusException.java @@ -36,7 +36,7 @@ public class ExitStatusException extends BuildException { } /** - * Constructs an exit exception. + * Constructs an ExitStatusException. * @param msg the associated message * @param status the associated status code */ @@ -46,8 +46,7 @@ public class ExitStatusException extends BuildException { } /** - * Get the status code - * + * Get the status code. * @return int */ public int getStatus() {