Updated based on Code Review

This commit is contained in:
Glenn Renfro
2016-11-01 17:31:42 -04:00
parent eff83a1897
commit d6e224f2ef
6 changed files with 80 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ public class JobInstanceEvent extends Entity {
private String jobName;
public JobInstanceEvent() {
super(-1L);
}
public JobInstanceEvent(Long id, String jobName) {