OPEN - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)

http://opensource.atlassian.com/projects/spring/browse/BATCH-159
This commit is contained in:
dsyer
2007-10-10 08:56:11 +00:00
parent 760fd206ed
commit 4e736032c0

View File

@@ -72,6 +72,9 @@ public class Entity implements Serializable {
* @see java.lang.Object#equals(java.lang.Object)
*/
public boolean equals(Object other) {
if (other == this) {
return true;
}
if (other == null) {
return false;
}