Skip to content

Commit

Permalink
Removed unnecessary annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Foulest committed Aug 5, 2024
1 parent 0a38897 commit 8003398
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
package net.foulest.repairkit.panels;

import com.sun.jna.platform.win32.WinReg;
import lombok.ToString;
import net.foulest.repairkit.RepairKit;
import net.foulest.repairkit.util.*;

Expand All @@ -30,7 +29,6 @@
import java.util.*;
import java.util.regex.Pattern;

@ToString
public class AutomaticRepairs extends JPanel {

private final JCheckBox[] progressCheckboxes;
Expand Down

0 comments on commit 8003398

Please sign in to comment.