Skip to content

Commit 26134b3

Browse files
committed
fix pmd commentsize
1 parent 4c988e1 commit 26134b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

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

0 commit comments

Comments
 (0)