ClusteredJobDao.findByJobRunnerKey(JobRunnerKey) shouldn't require Set for return value

Issue #6 resolved
Chris Fuller created an issue

That return type doesn't make sense for what it is doing. A List would make more sense, and a Collection is plenty good enough.

Comments (2)

  1. Log in to comment