Skip to content

Commit

Permalink
Fixes related to Logger changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rjhancock committed Sep 12, 2024
1 parent c34b2f4 commit 6924c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
*/
public class BAStructureTab extends ITab
implements ActionListener, ChangeListener, BABuildListener, ArmorAllocationListener {
private static final MMLogger logger = MMLogger.create(BAStructureTab.calss);
private static final MMLogger logger = MMLogger.create(BAStructureTab.class);

private RefreshListener refresh;

Expand Down
1 change: 1 addition & 0 deletions megameklab/src/megameklab/ui/generalUnit/TransportTab.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import java.util.ArrayList;
import java.util.Comparator;
import java.util.Iterator;
import java.util.List;
import java.util.ResourceBundle;
import java.util.stream.Collectors;

Expand Down

0 comments on commit 6924c9f

Please sign in to comment.