mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Fix JmsClient visibility
See gh-32501
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user