Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Commit dc77a42

Browse files
committed
fix: typo
1 parent 061214a commit dc77a42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/camunda/connector/sap/rfc/model/RFCConnectorRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public record RFCConnectorRequest(
2222
},
2323
constraints = @TemplateProperty.PropertyConstraints(notEmpty = true))
2424
String moduleType,
25-
@TemplateProperty(label = "BAP/module name", feel = Property.FeelMode.optional) @NotEmpty
25+
@TemplateProperty(label = "BAPI/module name", feel = Property.FeelMode.optional) @NotEmpty
2626
String moduleName,
2727
@TemplateProperty(
2828
label = "exporting parameter",

0 commit comments

Comments
 (0)