Fix description of brokerUrl property in ArtemisProperties

Update description to refer to url instead of port.

See gh-37260
This commit is contained in:
Marten Deinum
2023-09-11 10:31:19 +01:00
committed by Andy Wilkinson
parent 615d4b83ef
commit 5141e5c4ac
@@ -44,7 +44,7 @@ public class ArtemisProperties {
private ArtemisMode mode;
/**
* Artemis broker port.
* Artemis broker url.
*/
private String brokerUrl;