Skip to content

Commit 4c988e1

Browse files
committed
fix pmd commentsize
1 parent 92c9c3f commit 4c988e1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

examples/authentication/src/main/java/cloud/stackit/sdk/authentication/examples/AuthenticationExample.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ public static void main(String[] args) {
4545
*
4646
* */
4747

48-
/* read key content from a file, in production you can also read it e.g. from STACKIT secrets manager, so it's only kept in-memory */
48+
/* read key content from a file, in production you can also read it
49+
* e.g. from STACKIT secrets manager, so it's only kept in-memory
50+
* */
4951
String serviceAccountKeyPath = // replace it with the path to your service account key
5052
"examples/authentication/src/main/java/cloud/stackit/sdk/authentication/examples/dummy_credentials/dummy-service-account-key.json";
5153
File serviceAccountKeyFile = new File(serviceAccountKeyPath);

examples/iaas/src/main/java/cloud/stackit/sdk/iaas/examples/IaaSExample.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ public static void main(String[] args) throws IOException {
196196
/*
197197
* create a server
198198
*
199-
* NOTE: see https://docs.stackit.cloud/stackit/en/virtual-machine-flavors-75137231.html for available machine types
199+
* NOTE: https://docs.stackit.cloud/stackit/en/virtual-machine-flavors-75137231.html
200+
* for available machine types
200201
* */
201202
Server newServer =
202203
iaasApi.createServer(

0 commit comments

Comments
 (0)