Skip to content

Commit 9bc267e

Browse files
authored
Merge pull request #1083 from Backbase/chore/make-protocol-public
only classes and overridable class members can be declared 'open'
2 parents 2df08c9 + c94c274 commit 9bc267e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boat-scaffold/src/main/templates/boat-swift5/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extension {{moduleName}}Client {
2222
{{/swiftUseApiNamespace}}
2323

2424
/// {{classname}} protocol defines a blueprint of methods, properties, and other requirements for {{classname}} functionality.
25-
{{#nonPublicApi}}internal{{/nonPublicApi}}{{^nonPublicApi}}open{{/nonPublicApi}} protocol {{classname}}Protocol {
25+
{{#nonPublicApi}}internal{{/nonPublicApi}}{{^nonPublicApi}}public{{/nonPublicApi}} protocol {{classname}}Protocol {
2626
{{#operation}}
2727

2828
/**

0 commit comments

Comments
 (0)