Index: lams_tool_nb/src/java/org/lamsfoundation/lams/tool/noticeboard/service/NoticeboardServiceProxy.java =================================================================== diff -u -r54f74f07a4585caae29e1280cd19e43829b6ea76 -rcc8d826ca71e852f345cf878d112f8daba245fd2 --- lams_tool_nb/src/java/org/lamsfoundation/lams/tool/noticeboard/service/NoticeboardServiceProxy.java (.../NoticeboardServiceProxy.java) (revision 54f74f07a4585caae29e1280cd19e43829b6ea76) +++ lams_tool_nb/src/java/org/lamsfoundation/lams/tool/noticeboard/service/NoticeboardServiceProxy.java (.../NoticeboardServiceProxy.java) (revision cc8d826ca71e852f345cf878d112f8daba245fd2) @@ -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);