Skip to content

Commit 2b6fe97

Browse files
committed
Update FreeingUpResourceBenchmarkDemo.java
1 parent 34726ed commit 2b6fe97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vaadin-maps-leaflet-flow-demo/src/main/java/software/xdev/vaadin/maps/leaflet/flow/demo/FreeingUpResourceBenchmarkDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public FreeingUpResourceBenchmarkDemo()
6767
// S5413 - Yes it's used correctly
6868
// S2245 - This is a reproducible demo
6969
// S1215 - This is a memory test and we don't rely on random GC collects
70-
@SuppressWarnings({"java:S5413", "java:S2245", "java:S1215", "java:S3776"})
70+
@SuppressWarnings({"java:S5413", "java:S2245", "java:S1215", "java:S3776", "PMD"})
7171
private void addMemoryTestDemo()
7272
{
7373
final AtomicBoolean abort = new AtomicBoolean(false);

0 commit comments

Comments
 (0)