Skip to content

Commit

Permalink
EditActionsDialog: add missing final
Browse files Browse the repository at this point in the history
  • Loading branch information
bwRavencl committed Oct 8, 2024
1 parent dd3c1eb commit 3d7a3e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public final class EditActionsDialog extends JDialog {
private final Profile unsavedProfile;

@SuppressWarnings({ "serial", "RedundantSuppression" })
private Main main;
private final Main main;

@SuppressWarnings({ "serial", "RedundantSuppression" })
private Component component;
Expand Down

0 comments on commit 3d7a3e0

Please sign in to comment.