Skip to content

Commit 490a40a

Browse files
committed
Polish
1 parent 769b5f0 commit 490a40a

File tree

1 file changed

+2
-0
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ public void setBrokerUrl(String brokerUrl) {
9393
/**
9494
* Return the host of the broker.
9595
* @return the host
96+
* @deprecated as of 2.5.0 in favor of broker url
9697
*/
9798
@Deprecated
9899
@DeprecatedConfigurationProperty(replacement = "spring.artemis.broker-url")
@@ -108,6 +109,7 @@ public void setHost(String host) {
108109
/**
109110
* Return the port of the broker.
110111
* @return the port
112+
* @deprecated as of 2.5.0 in favor of broker url
111113
*/
112114
@Deprecated
113115
@DeprecatedConfigurationProperty(replacement = "spring.artemis.broker-url")

0 commit comments

Comments
 (0)