Skip to content

Commit

Permalink
Merge pull request #5315 from HoneySkull/fix_build_warning_5307
Browse files Browse the repository at this point in the history
Fixes #5307 build warning, missing deprecation annotation.
  • Loading branch information
HammerGS authored Apr 5, 2024
2 parents 671a637 + a3dcea9 commit b2dae81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions megamek/src/megamek/common/EquipmentType.java
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ public String getRulesRefs() {
*/
// @Deprecated This is using the new TechAdvancement class under the hood.
// Should it really be deprecated now?
@Deprecated
public Map<Integer, Integer> getTechLevels() {
Map<Integer, Integer> techLevel = new HashMap<Integer, Integer>();
if (isUnofficial()) {
Expand Down

0 comments on commit b2dae81

Please sign in to comment.