Commit 96d53642 by Nilu

code review changes

parent c680bc08
......@@ -29,7 +29,7 @@
for(JobApplication jobApplication : applications)
{
String roleFit = FormatUtils.stringify(jobApplication.getRoleFitScore(), "PercentageTwoDP", "0");
String roleFit = FormatUtils.stringify(jobApplication.getRoleFitPercentage(), "PercentageTwoDP", "0");
String culture = FormatUtils.stringify(jobApplication.getCultureFitScore(), "PercentageWholeNumber", "0");
String criteria = FormatUtils.stringify(jobApplication.getRequirementFitScore(), "PercentageWholeNumber", "0");
String appID = "app-id-" + jobApplication.getID().toString();
......
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