Remove unused code

This commit is contained in:
Sam Brannen
2025-01-03 17:43:17 +02:00
parent e26c161ae9
commit 99bcd3a845
2 changed files with 0 additions and 7 deletions

View File

@@ -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}.