reverting local test that was committed

This commit is contained in:
Jason White 2016-07-26 17:12:37 -04:00
parent c5535603dc
commit e3c488c624

View File

@ -61,7 +61,6 @@ public class StartLesson {
* @param request a {@link HttpServletRequest} object.
* @return a {@link ModelAndView} object.
*/
@PreAuthorize(hasAnyRole('foo'));
@RequestMapping(path = "startlesson.mvc", method = {RequestMethod.GET, RequestMethod.POST})
public ModelAndView start(HttpServletRequest request) {
ModelAndView model = new ModelAndView();