Merge branch '6.1.x'

This commit is contained in:
Sam Brannen
2024-11-03 16:17:43 +01:00
6 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@ import org.springframework.messaging.handler.DestinationPatternsMessageCondition
import org.springframework.messaging.handler.MessageCondition;
/**
* {@link MessageCondition} for SImple Messaging Protocols. Encapsulates the following
* {@link MessageCondition} for Simple Messaging Protocols. Encapsulates the following
* request mapping conditions:
* <ol>
* <li>{@link SimpMessageTypeMessageCondition}

View File

@@ -1,5 +1,5 @@
/**
* Annotations and for handling messages from SImple Messaging Protocols such as STOMP.
* Annotations and for handling messages from Simple Messaging Protocols such as STOMP.
*/
@NonNullApi
@NonNullFields