-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
ideal-for-user-contributionAn issue that would ideal for a user to get started with contributing.An issue that would ideal for a user to get started with contributing.type: bugtype: documentation
Milestone
Description
In what version(s) of Spring Integration are you seeing this issue?
commit: 50bf00e (MQTT document)
Describe the bug
MQTT Java DSL example code has syntax error.
Need to remove the semicolon.
spring-integration/src/reference/antora/modules/ROOT/pages/mqtt.adoc
Lines 238 to 240 in 50bf00e
| return IntegrationFlow.from( | |
| new MqttPahoMessageDrivenChannelAdapter("tcp://localhost:1883", | |
| "testClient", "topic1", "topic2");) |
To Reproduce
N/A
Expected behavior
Build success only copy and paste.
Sample
N/A
Metadata
Metadata
Assignees
Labels
ideal-for-user-contributionAn issue that would ideal for a user to get started with contributing.An issue that would ideal for a user to get started with contributing.type: bugtype: documentation