Skip to content

Commit

Permalink
Chore: add missing @OverRide annotation (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmalkovsky authored Nov 27, 2024
1 parent d246186 commit a4f6d71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/isf/telemetry/gui/TelemetryEdit.java
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ private ActionListener buildConfirmationActionListener(List<CheckBoxWrapper> che
TelemetryManager telemetryManager, TelemetryUtils telemetryUtils) {
return new ActionListener() {

@Override
public void actionPerformed(ActionEvent e) {

if (!agreementCheckbox.isSelected()) {
Expand Down

0 comments on commit a4f6d71

Please sign in to comment.