Fix JmsClient visibility

See gh-32501
This commit is contained in:
Juergen Hoeller 2025-07-07 16:06:28 +02:00
parent 2f202ffcde
commit 2b56b759af
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ import org.springframework.messaging.converter.MessageConverter;
* @see JmsMessagingTemplate
* @see org.springframework.messaging.support.MessageBuilder
*/
interface JmsClient {
public interface JmsClient {
/**
* Provide an operation handle for the given JMS destination.