Skip to content

Commit 347a404

Browse files
committed
Fix PMD
1 parent 1abbd20 commit 347a404

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public class MultiLayerWithPyramidDemo extends HorizontalLayout
8484

8585
private LLayerGroup activeLayerGroup;
8686

87+
@SuppressWarnings("PMD.UnusedAssignment") // FP activeLayerGroup is used
8788
public MultiLayerWithPyramidDemo()
8889
{
8990
// Let the view use 100% of the site

0 commit comments

Comments
 (0)