Skip to content

Commit

Permalink
Update VersionedItemFlag.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchampions committed Jan 14, 2025
1 parent 0ef410b commit c16f312
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public class VersionedItemFlag {
: getKey("HIDE_ADDITIONAL_TOOLTIP");
}

@SuppressWarnings("SameParameterValue")
@Nullable private static ItemFlag getKey(String key) {
try {
Field field = ItemFlag.class.getDeclaredField(key);
Expand Down

0 comments on commit c16f312

Please sign in to comment.