Skip to content

Commit

Permalink
errorprone :: AvoidObjectArrays ignore deprecated (NationalSecurityAg…
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mlb authored Oct 18, 2024
1 parent 10b84a1 commit 8075dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/emissary/core/IBaseDataObject.java
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ enum MergePolicy {
* @deprecated Use {@link #setFileType(String)} instead.
*/
@Deprecated(forRemoval = true)
@SuppressWarnings("AvoidObjectArrays")
boolean setFileTypeIfEmpty(String arg1, String[] arg2);

/**
Expand Down

0 comments on commit 8075dc7

Please sign in to comment.