|
29 | 29 | import java.util.concurrent.TimeUnit; |
30 | 30 |
|
31 | 31 | @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", |
46 | 46 | }) |
47 | 47 | public class IaaSVPCExample { |
48 | 48 | public static void main(String[] args) throws IOException { |
@@ -282,7 +282,7 @@ public static void main(String[] args) throws IOException { |
282 | 282 |
|
283 | 283 | private static final class Resources { |
284 | 284 | private Project project; |
285 | | - private VPC vpc; |
| 285 | + private VPC vpc; |
286 | 286 | private RegionalVPC vpcRegion; |
287 | 287 | private VPCRoutingTable vpcRoutingTable; |
288 | 288 | private Route staticRoute; |
|
0 commit comments