BATCH-2011: Updated javadoc to conform to java.lang.Comparable
This commit is contained in:
@@ -138,7 +138,8 @@ public class ExitStatus implements Serializable, Comparable<ExitStatus> {
|
||||
|
||||
/**
|
||||
* @param status an {@link ExitStatus} to compare
|
||||
* @return 1,0,-1 according to the severity and exit code
|
||||
* @return greater than zero, 0, less than zero according to the severity and exit code
|
||||
* @see java.lang.Comparable
|
||||
*/
|
||||
@Override
|
||||
public int compareTo(ExitStatus status) {
|
||||
|
||||
Reference in New Issue
Block a user