Skip to content

Commit

Permalink
Fix code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
KochTobi committed Jul 13, 2023
1 parent 07cb976 commit 38abe02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
public class DisclaimerCard extends Card {

private List<ComponentEventListener<DisclaimerConfirmedEvent>> listeners;
private final List<ComponentEventListener<DisclaimerConfirmedEvent>> listeners;
@Serial
private static final long serialVersionUID = -6441310468106881703L;
private final String disclaimerLabel;
Expand Down

0 comments on commit 38abe02

Please sign in to comment.