mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Remove unused code
This commit is contained in:
-4
@@ -190,10 +190,6 @@ public class ContentNegotiationManagerFactoryBean implements FactoryBean<Content
|
||||
this.useRegisteredExtensionsOnly = useRegisteredExtensionsOnly;
|
||||
}
|
||||
|
||||
private boolean useRegisteredExtensionsOnly() {
|
||||
return (this.useRegisteredExtensionsOnly != null && this.useRegisteredExtensionsOnly);
|
||||
}
|
||||
|
||||
/**
|
||||
* Whether to disable checking the 'Accept' request header.
|
||||
* <p>By default this value is set to {@code false}.
|
||||
|
||||
Reference in New Issue
Block a user