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 ab293b57fb
commit 9cc5b6490b

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