Merge branch '5.3.x'

This commit is contained in:
Stephane Nicoll
2022-07-22 16:15:55 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -250,9 +250,9 @@ public class SockJsServiceRegistration {
* This option can be used to disable automatic addition of CORS headers for
* SockJS requests.
* <p>The default value is "false".
* @since 4.1.2
* @since 5.3.23
*/
public SockJsServiceRegistration setSupressCors(boolean suppressCors) {
public SockJsServiceRegistration setSuppressCors(boolean suppressCors) {
this.suppressCors = suppressCors;
return this;
}