Skip to content

Commit bb9c35a

Browse files
AdyenAutomationBotAdyenAutomationBot
andauthored
Code generation: update services and models (#1496)
* false[adyen-sdk-automation] automated change * style(fmt): code formatted --------- Co-authored-by: AdyenAutomationBot <Adyen Automation plugins_dev@adyen.com>
1 parent cba5af0 commit bb9c35a

File tree

1,895 files changed

+193600
-155297
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,895 files changed

+193600
-155297
lines changed

src/main/java/com/adyen/ApiKeyAuthenticatedService.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222

2323
/**
2424
* A service base class that enforces API key authentication.
25-
* <p>
26-
* This class extends Service and ensures that any extending service
27-
* requires an API key for authentication.
28-
* </p>
29-
*/public class ApiKeyAuthenticatedService extends Service {
25+
*
26+
* <p>This class extends Service and ensures that any extending service requires an API key for
27+
* authentication.
28+
*/
29+
public class ApiKeyAuthenticatedService extends Service {
3030

31-
protected ApiKeyAuthenticatedService(Client client) {
32-
super(client);
33-
setApiKeyRequired(true);
34-
}
31+
protected ApiKeyAuthenticatedService(Client client) {
32+
super(client);
33+
setApiKeyRequired(true);
34+
}
3535
}

src/main/java/com/adyen/Client.java

Lines changed: 212 additions & 186 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)