Skip to content

Commit

Permalink
Fixed code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
w3stling committed Dec 10, 2022
1 parent 1c95545 commit d721cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/apptasticsoftware/lei/LeiLookup.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public List<Lei> getLeiByLeiCode(Collection<String> leiCodes) {
* @param leiCodes - Array of LEI codes
* @return List of LEI codes
*/
@SuppressWarnings("java:S1133")
@Deprecated(since="3.1.0", forRemoval=true)
public List<Lei> getLeiByLeiCode(String... leiCodes) {
return getLeiList(Lei::getLeiCode, LeiCodeValidator::isValid, List.of(leiCodes));
Expand Down

0 comments on commit d721cf0

Please sign in to comment.