Skip to content

Commit 230aa07

Browse files
committed
Polishing
1 parent b9aa471 commit 230aa07

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

spring-beans/src/main/java/org/springframework/beans/MutablePropertyValues.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ public PropertyValue getPropertyValue(String propertyName) {
263263
* Get the raw property value, if any.
264264
* @param propertyName the name to search for
265265
* @return the raw property value, or {@code null}
266+
* @since 4.0
266267
* @see #getPropertyValue(String)
267268
* @see PropertyValue#getValue()
268269
*/

spring-context/src/main/java/org/springframework/jmx/access/MBeanClientInterceptor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@ public void destroy() {
604604
this.connector.close();
605605
}
606606

607+
607608
/**
608609
* Simple wrapper class around a method name and its signature.
609610
* Used as the key when caching methods.

spring-messaging/src/main/java/org/springframework/messaging/simp/annotation/support/SimpAnnotationMethodMessageHandler.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ public SimpAnnotationMethodMessageHandler(SubscribableChannel clientInboundChann
122122
this.messageConverter = new CompositeMessageConverter(converters);
123123
}
124124

125+
125126
/**
126-
* Configure a {@link MessageConverter} to use to convert the payload of a message
127-
* from serialize form with a specific MIME type to an Object matching the target
128-
* method parameter. The converter is also used when sending message to the message
129-
* broker.
127+
* Configure a {@link MessageConverter} to use to convert the payload of a message from
128+
* its serialized form with a specific MIME type to an Object matching the target method
129+
* parameter. The converter is also used when sending a message to the message broker.
130130
* @see CompositeMessageConverter
131131
*/
132132
public void setMessageConverter(MessageConverter converter) {

0 commit comments

Comments
 (0)