Skip to content

Commit 7f40f7e

Browse files
committed
remove public keyword from default api
1 parent aad9645 commit 7f40f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/java/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import cloud.stackit.sdk.core.config.CoreConfiguration;
5656
import cloud.stackit.sdk.core.exception.ApiException;
5757

5858
{{#operations}}
59-
public class {{classname}} {
59+
class {{classname}} {
6060
private ApiClient localVarApiClient;
6161
private int localHostIndex;
6262
private String localCustomBaseUrl;

0 commit comments

Comments
 (0)