Browse Source

Javadoc cleanup

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276589 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 21 years ago
parent
commit
6711063f16
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/main/org/apache/tools/ant/ExitStatusException.java

+ 2
- 3
src/main/org/apache/tools/ant/ExitStatusException.java View File

@@ -36,7 +36,7 @@ public class ExitStatusException extends BuildException {
} }


/** /**
* Constructs an exit exception.
* Constructs an <CODE>ExitStatusException</CODE>.
* @param msg the associated message * @param msg the associated message
* @param status the associated status code * @param status the associated status code
*/ */
@@ -46,8 +46,7 @@ public class ExitStatusException extends BuildException {
} }


/** /**
* Get the status code
*
* Get the status code.
* @return <CODE>int</CODE> * @return <CODE>int</CODE>
*/ */
public int getStatus() { public int getStatus() {


Loading…
Cancel
Save