Index: lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McAction.java =================================================================== diff -u -r8734b1feeba4b7f764ae74f8c2e4f86ee45d37b8 -r6a662eb1491bd845d2ccd83c3570a8726f3d6432 --- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McAction.java (.../McAction.java) (revision 8734b1feeba4b7f764ae74f8c2e4f86ee45d37b8) +++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McAction.java (.../McAction.java) (revision 6a662eb1491bd845d2ccd83c3570a8726f3d6432) @@ -2746,29 +2746,5 @@ return (mapping.findForward(LOAD_LEARNER)); } - - public ActionForward editActivity(ActionMapping mapping, - ActionForm form, - HttpServletRequest request, - HttpServletResponse response) throws IOException, - ServletException - { - logger.debug("dispatching editActivity..."); - McAuthoringForm mcAuthoringForm = (McAuthoringForm) form; - IMcService mcService =McUtils.getToolService(request); - logger.debug("mcService:" + mcService); - - String userAction="editActivity"; - request.setAttribute(USER_ACTION, userAction); - logger.debug("userAction:" + userAction); - request.setAttribute(CURRENT_MONITORING_TAB, "editActivity"); - - McStarterAction mcStarterAction= new McStarterAction(); - request.getSession().setAttribute(TOOL_SERVICE, mcService); - Long toolContentId =(Long) request.getSession().getAttribute(TOOL_CONTENT_ID); - - return mcStarterAction.executeDefineLater(mapping, form, request, response, mcService); - } - } \ No newline at end of file