Skip to content

Commit

Permalink
fix: deprecated is lowercase (#3481)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Dec 26, 2023
1 parent e56cb4f commit 85f8de8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class ApkInfo implements YamlSerializable {
public Map<String, String> unknownFiles = new LinkedHashMap<>();
public List<String> doNotCompress;

/** @Deprecated use {@link #resourcesAreCompressed} */
/** @deprecated use {@link #resourcesAreCompressed} */
public boolean compressionType;

public ApkInfo() {
Expand Down

0 comments on commit 85f8de8

Please sign in to comment.