Remove unnecessary closing curly brackets in Javadoc
Closes gh-34679 Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
committed by
Sam Brannen
parent
75e5a75da5
commit
30fcaef813
@@ -36,7 +36,7 @@ import org.springframework.util.StringUtils;
|
||||
* given user credentials to every standard methods that can also be used with
|
||||
* authentication, this {@code createConnection()} and {@code createContext()}. In
|
||||
* other words, it is implicitly invoking {@code createConnection(username, password)} or
|
||||
* {@code createContext(username, password)}} on the target. All other methods simply
|
||||
* {@code createContext(username, password)} on the target. All other methods simply
|
||||
* delegate to the corresponding methods of the target ConnectionFactory.
|
||||
*
|
||||
* <p>Can be used to proxy a target JNDI ConnectionFactory that does not have user
|
||||
|
||||
@@ -132,7 +132,7 @@ public class MessagingMessageConverter implements MessageConverter, Initializing
|
||||
/**
|
||||
* Create a JMS message for the specified payload and conversionHint.
|
||||
* The conversion hint is an extra object passed to the {@link MessageConverter},
|
||||
* for example, the associated {@code MethodParameter} (may be {@code null}}.
|
||||
* for example, the associated {@code MethodParameter} (may be {@code null}).
|
||||
* @since 4.3
|
||||
* @see MessageConverter#toMessage(Object, Session)
|
||||
*/
|
||||
|
||||
@@ -41,7 +41,7 @@ public interface SmartMessageConverter extends MessageConverter {
|
||||
* @param object the object to convert
|
||||
* @param session the Session to use for creating a JMS Message
|
||||
* @param conversionHint an extra object passed to the {@link MessageConverter},
|
||||
* for example, the associated {@code MethodParameter} (may be {@code null}}
|
||||
* for example, the associated {@code MethodParameter} (may be {@code null})
|
||||
* @return the JMS Message
|
||||
* @throws jakarta.jms.JMSException if thrown by JMS API methods
|
||||
* @throws MessageConversionException in case of conversion failure
|
||||
|
||||
Reference in New Issue
Block a user