PDA

View Full Version : AWFC javadoc discrepancy


bensonl
Oct 15th, 2007, 06:21 PM
In the javadoc for AWFC, the showForm method is not shown as final:

http://static.springframework.org/spring/docs/2.0.x/api/org/springframework/web/servlet/mvc/AbstractWizardFormController.html#showForm(javax.s ervlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, org.springframework.validation.BindException)

but i can't override it, because the compiler says it's final. I'm not sure what to make of it. Any ideas?

thanks.