Index: lams_tool_nb/src/java/org/lamsfoundation/lams/tool/noticeboard/service/NoticeboardServiceProxy.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/src/java/org/lamsfoundation/lams/tool/noticeboard/service/NoticeboardServiceProxy.java,v diff -u -r1.3 -r1.4 --- lams_tool_nb/src/java/org/lamsfoundation/lams/tool/noticeboard/service/NoticeboardServiceProxy.java 10 Aug 2005 06:52:10 -0000 1.3 +++ lams_tool_nb/src/java/org/lamsfoundation/lams/tool/noticeboard/service/NoticeboardServiceProxy.java 14 Sep 2005 01:46:22 -0000 1.4 @@ -52,23 +52,23 @@ } /* - * Return the survey version of tool session manager implementation. + * Return the noticeboard version of tool session manager implementation. * It will delegate to the Spring helper method to retrieve the proper * bean from Spring bean factory. * @param servletContext the servletContext for current application - * @return survey service object.*/ + * @return noticeboard service object.*/ public static final ToolSessionManager getNbSessionManager(ServletContext servletContext) { return (ToolSessionManager)getNbDomainService(servletContext); } /* - * Return the survey version of tool content manager implementation. + * Return the noticeboard version of tool content manager implementation. * It will delegate to the Spring helper method to retrieve the proper * bean from Spring bean factory. * @param servletContext the servletContext for current application - * @return survey service object. */ + * @return noticeboard service object. */ public static final ToolContentManager getNbContentManager(ServletContext servletContext) { return (ToolContentManager)getNbDomainService(servletContext);