Skip to content

Commit 5141e5c

Browse files
mdeinumwilkinsona
authored andcommitted
Fix description of brokerUrl property in ArtemisProperties
Update description to refer to url instead of port. See gh-37260
1 parent 615d4b8 commit 5141e5c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class ArtemisProperties {
4444
private ArtemisMode mode;
4545

4646
/**
47-
* Artemis broker port.
47+
* Artemis broker url.
4848
*/
4949
private String brokerUrl;
5050

0 commit comments

Comments
 (0)