Fix typo in reference docs

Issue: SPR-10204
This commit is contained in:
Rossen Stoyanchev
2013-01-22 14:15:22 -05:00
parent 40ed4e78be
commit 692ced8046

View File

@@ -5110,7 +5110,7 @@ public class WebConfig extends WebMvcConfigurerAdapter {
@Override
public void configureContentNegotiation(ContentNegotiationConfigurer configurer) {
configurer.setFavorPathExtension(false).setFavorParameter(true);
configurer.favorPathExtension(false).favorParameter(true);
}
}</programlisting>