At 06:43 PM 12/6/01 -0500, Geoffrey Talvola wrote: >At 12:32 PM 12/6/01 -0800, Tavis Rudd wrote: >>Why are method names different between ServletFactory and >>PythonServletFactory? >> >>ServletFactory.createServletForTransaction(...) >>PythonServletFactory.servletForTransaction(...) > >I think createServletForTransaction is actually dead code. I can't find >any place that actually calls it. If I'm right, we should remove it from >ServletFactory.
Yup, I confirmed that it's dead code. I've removed the method in CVS. servletForTransaction() is of course still present in both ServletFactory and PythonServletFactory. -- - Geoff Talvola [EMAIL PROTECTED] _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel
