Skip to content

Commit

Permalink
Applying changes per review
Browse files Browse the repository at this point in the history
  • Loading branch information
Windchild292 committed Jun 11, 2021
1 parent 18ea3ed commit ba6f208
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MekHQ/src/mekhq/gui/displayWrappers/ClanDisplay.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import java.util.stream.Collectors;

/**
* I only exist because of
* I only exist because of our current Clan/Faction split, and need to be removed alongside Clan.
*/
@Deprecated
public class ClanDisplay {
Expand Down
4 changes: 4 additions & 0 deletions MekHQ/src/mekhq/gui/displayWrappers/FactionDisplay.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
import java.util.List;
import java.util.stream.Collectors;

/**
* FactionDisplay is a display wrapper around a Faction, primarily to be used in ComboBoxes.
* This removes the need to track based on the index, thus simplifying the dev work.
*/
public class FactionDisplay {
//region Variable Declarations
private final Faction faction;
Expand Down

0 comments on commit ba6f208

Please sign in to comment.