Commit 7341446b by chenith Committed by Harsh Shah

Fix typo.

parent 4980946f
......@@ -35,7 +35,7 @@
JobApplication[] applications = (JobApplication[]) process.getAttribute("JobApplications");
if(application==null)
if(applications==null)
{
applications = JobApplication.SearchByAll()
.andJob(new EqualsFilter<>(job))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment