Index: lams_central/src/java/org/lamsfoundation/lams/webservice/PaintAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/webservice/PaintAction.java,v diff -u -r1.1.2.2 -r1.1.2.3 --- lams_central/src/java/org/lamsfoundation/lams/webservice/PaintAction.java 24 Apr 2009 03:06:14 -0000 1.1.2.2 +++ lams_central/src/java/org/lamsfoundation/lams/webservice/PaintAction.java 5 May 2009 03:40:44 -0000 1.1.2.3 @@ -48,11 +48,18 @@ * validate="false" * * ----------------XDoclet Tags-------------------- +* +* Currently this action class is unused, but we will retain it in the source for any future use +* with the Paint FCKEditor plugin. +* */ public class PaintAction extends LamsDispatchAction { private static Logger logger = Logger.getLogger(PresenceChatLoggerAction.class); + /** + * @deprecated + */ public ActionForward saveImage(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException {