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=15493>. 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=15493 Deprecation in PlugIn.java ------- Additional Comments From [EMAIL PROTECTED] 2002-12-19 13:13 ------- I'm using yesterday's nightly build... Sorry - should've been more clear - the problem is not compiling the Struts code, I get the deprecation warning when I compile *my* PlugIn: StorePlugin.java:26: warning: init(org.apache.struts.action.ActionServlet,org.apache.struts.config.ModuleConfig) in org.apache.struts.action.PlugIn has been deprecated public void init(ActionServlet application, ModuleConfig config) throws ServletException { If you look at the Javadoc in PlugIn.java, it is deprecating the only init function. It seems to me this is wrong... but I could be mistaken. =) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>