We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b493149 commit a13faf5Copy full SHA for a13faf5
dsl-core/io.mdsl/src/io/mdsl/generator/asyncapi/helpers/AsyncApiGeneratorHelper.java
@@ -57,7 +57,7 @@ public static List<MessageBrokerDto> getBrokers(ServiceSpecification sp) {
57
/**
58
* Return the first non-null protocol as a string
59
*
60
- * @param protocol The protocol container
+ * @param pb The protocol container
61
* @return The first non-null protocol as a string
62
*/
63
public static String getProtocolAsString(ProtocolBinding pb) {
0 commit comments