Skip to content

Commit d4584dd

Browse files
committed
add comment to change of class accessibility
1 parent 215a304 commit d4584dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates/java/api.mustache

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

5858
{{#operations}}
59+
// Package-private access to enforce service-specific API usage (DefaultApi => <ServiceName>Api)
5960
class {{classname}} {
6061
private ApiClient localVarApiClient;
6162
private int localHostIndex;

0 commit comments

Comments
 (0)