Browse Source

Polish

pull/24604/head
Stephane Nicoll 5 years ago
parent
commit
490a40af20
  1. 2
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisProperties.java

2
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisProperties.java

@ -93,6 +93,7 @@ public class ArtemisProperties {
/** /**
* Return the host of the broker. * Return the host of the broker.
* @return the host * @return the host
* @deprecated as of 2.5.0 in favor of broker url
*/ */
@Deprecated @Deprecated
@DeprecatedConfigurationProperty(replacement = "spring.artemis.broker-url") @DeprecatedConfigurationProperty(replacement = "spring.artemis.broker-url")
@ -108,6 +109,7 @@ public class ArtemisProperties {
/** /**
* Return the port of the broker. * Return the port of the broker.
* @return the port * @return the port
* @deprecated as of 2.5.0 in favor of broker url
*/ */
@Deprecated @Deprecated
@DeprecatedConfigurationProperty(replacement = "spring.artemis.broker-url") @DeprecatedConfigurationProperty(replacement = "spring.artemis.broker-url")

Loading…
Cancel
Save