DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15510>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15510 Incorrect deprecation warning in PlugIn.java Summary: Incorrect deprecation warning in PlugIn.java Product: Struts Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Controller AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Remove the javadoc: /** * <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 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))} */ >From the PlugIn.java class as it's making the init(ActionServlet servlet, ModuleConfig config) method appear to be deprecated. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>