Skip to content

Commit

Permalink
remove redundant qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Algebro7 committed Oct 19, 2024
1 parent 6f66e7d commit b28b20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MekHQ/src/mekhq/campaign/universe/HiringHallOverride.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class HiringHallOverride {
private LocalDate start;
@XmlJavaTypeAdapter(value = LocalDateAdapter.class)
private LocalDate end;
@XmlElement(name = "level", required = false)
@XmlElement(name = "level")
private HiringHallLevel level;


Expand Down

0 comments on commit b28b20d

Please sign in to comment.