ekbush 2002/12/19 08:21:46 Modified: src/share/org/apache/struts/action PlugIn.java Log: Removed extraneous javadoc. Revision Changes Path 1.9 +4 -19 jakarta-struts/src/share/org/apache/struts/action/PlugIn.java Index: PlugIn.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/action/PlugIn.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- PlugIn.java 28 Nov 2002 07:12:42 -0000 1.8 +++ PlugIn.java 19 Dec 2002 16:21:46 -0000 1.9 @@ -103,21 +103,6 @@ * * @param servlet ActionServlet that is managing all the * modules in this web application - * @param config ApplicationConfig for the module with which - * this plug-in is associated - * - * @exception ServletException if this <code>PlugIn</code> cannot - * be successfully initialized - * @deprecated and removed use {@link #init(ActionServlet, ModuleConfig))} - */ - - - /** - * <p>Receive notification that the specified module is being - * started up.</p> - * - * @param servlet ActionServlet that is managing all the - * modules in this web application * @param config ModuleConfig for the module with which * this plug-in is associated *
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>