Skip to content

Commit

Permalink
Minor Commit: Added log statement in the Registration controller for …
Browse files Browse the repository at this point in the history
…test.
  • Loading branch information
Mahidhar C Mullapudi committed May 12, 2018
1 parent 1f2ecd1 commit 7a4f56a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public ModelAndView getRegistration() {
Employee employeeRegistration = new Employee();
employeeRegistration.setEmployeeRoleId(100);
employeeRegistration.setEmployeeRoleDesc("EMPLOYEE");
log.info("Completed setting required parameter values.");
//Initiating ModelAndView object with the Employee object
return new ModelAndView("registration", "employee", employeeRegistration);
}
Expand Down

0 comments on commit 7a4f56a

Please sign in to comment.