mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Fix description of brokerUrl property in ArtemisProperties
Update description to refer to url instead of port. See gh-37260
This commit is contained in:
committed by
Andy Wilkinson
parent
615d4b83ef
commit
5141e5c4ac
+1
-1
@@ -44,7 +44,7 @@ public class ArtemisProperties {
|
||||
private ArtemisMode mode;
|
||||
|
||||
/**
|
||||
* Artemis broker port.
|
||||
* Artemis broker url.
|
||||
*/
|
||||
private String brokerUrl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user