Skip to content

Commit

Permalink
Merge pull request #5311 from Sleet01/Fix_extraneous_java_LogManager_…
Browse files Browse the repository at this point in the history
…import

Build blocker: Fix ambiguous LogManager import introduced by IDE auto-import
  • Loading branch information
Sleet01 authored Apr 3, 2024
2 parents 35e5b2f + 952080b commit 8b14f4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion megamek/src/megamek/client/ratgenerator/UnitTable.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.logging.LogManager;
import java.util.stream.Collectors;

import megamek.common.Compute;
Expand Down

0 comments on commit 8b14f4a

Please sign in to comment.