Skip to content

Commit a13faf5

Browse files
committed
Javadoc fix
1 parent b493149 commit a13faf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsl-core/io.mdsl/src/io/mdsl/generator/asyncapi/helpers/AsyncApiGeneratorHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static List<MessageBrokerDto> getBrokers(ServiceSpecification sp) {
5757
/**
5858
* Return the first non-null protocol as a string
5959
*
60-
* @param protocol The protocol container
60+
* @param pb The protocol container
6161
* @return The first non-null protocol as a string
6262
*/
6363
public static String getProtocolAsString(ProtocolBinding pb) {

0 commit comments

Comments
 (0)