Skip to content

Commit eba0145

Browse files
committed
fmt
1 parent 5a3a4b2 commit eba0145

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@
2929
import java.util.concurrent.TimeUnit;
3030

3131
@SuppressWarnings({
32-
"PMD.CyclomaticComplexity",
33-
"PMD.CognitiveComplexity",
34-
"PMD.NcssCount",
35-
"PMD.SystemPrintln",
36-
"PMD.AvoidThrowingRawExceptionTypes",
37-
"PMD.AvoidLiteralsInIfCondition",
38-
"PMD.AvoidUsingHardCodedIP",
39-
"PMD.AvoidDuplicateLiterals",
40-
"PMD.ShortVariable",
41-
"PMD.UseUtilityClass",
42-
"PMD.AvoidPrintStackTrace",
43-
"PMD.AvoidCatchingGenericException",
44-
"PMD.ExceptionAsFlowControl",
45-
"PMD.UseConcurrentHashMap",
32+
"PMD.CyclomaticComplexity",
33+
"PMD.CognitiveComplexity",
34+
"PMD.NcssCount",
35+
"PMD.SystemPrintln",
36+
"PMD.AvoidThrowingRawExceptionTypes",
37+
"PMD.AvoidLiteralsInIfCondition",
38+
"PMD.AvoidUsingHardCodedIP",
39+
"PMD.AvoidDuplicateLiterals",
40+
"PMD.ShortVariable",
41+
"PMD.UseUtilityClass",
42+
"PMD.AvoidPrintStackTrace",
43+
"PMD.AvoidCatchingGenericException",
44+
"PMD.ExceptionAsFlowControl",
45+
"PMD.UseConcurrentHashMap",
4646
})
4747
public class IaaSVPCExample {
4848
public static void main(String[] args) throws IOException {
@@ -282,7 +282,7 @@ public static void main(String[] args) throws IOException {
282282

283283
private static final class Resources {
284284
private Project project;
285-
private VPC vpc;
285+
private VPC vpc;
286286
private RegionalVPC vpcRegion;
287287
private VPCRoutingTable vpcRoutingTable;
288288
private Route staticRoute;

0 commit comments

Comments
 (0)