BATCH-2011: Updated javadoc to conform to java.lang.Comparable

This commit is contained in:
Michael Minella
2014-03-06 14:03:12 -06:00
parent 36a7c2ee32
commit dfcb21b736

View File

@@ -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) {