Skip to content

Commit bb86e8f

Browse files
committed
Fix more pmd_analyze issues.
1 parent c87f91c commit bb86e8f

File tree

1 file changed

+1
-1
lines changed
  • powertools-e2e-tests/src/test/java/software/amazon/lambda/powertools/testutils

1 file changed

+1
-1
lines changed

powertools-e2e-tests/src/test/java/software/amazon/lambda/powertools/testutils/Infrastructure.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ private Map<String, Asset> findAssets() {
491491
return assets;
492492
}
493493

494-
public static class Builder {
494+
public static final class Builder {
495495
public long timeoutInSeconds = 30;
496496
public String pathToFunction;
497497
public String testName;

0 commit comments

Comments
 (0)