Fix for latest compatibility

This commit is contained in:
Artem Bilan
2022-07-25 12:27:17 -04:00
parent 31907ec1d9
commit 0422486409
2 changed files with 10 additions and 10 deletions

View File

@@ -195,7 +195,7 @@ public class ServerWebSocketContainer extends IntegrationWebSocketContainer
.acceptIfNotNull(this.sockJsServiceOptions.messageCodec,
sockJsServiceRegistration::setMessageCodec)
.acceptIfNotNull(this.sockJsServiceOptions.suppressCors,
sockJsServiceRegistration::setSupressCors);
sockJsServiceRegistration::setSuppressCors);
}
}