Skip to content

Commit

Permalink
Fix compilation warning in CollectionUtils affecting maven snapshot p…
Browse files Browse the repository at this point in the history
…ublication (#9149)

* Fix compilation warning in CollectionUtils affecting maven snapshot publication

Signed-off-by: Craig Perkins <[email protected]>

* Use SuppressWarnings

Signed-off-by: Craig Perkins <[email protected]>

---------

Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks authored Aug 7, 2023
1 parent 70e1b22 commit d603306
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public static void ensureNoSelfReferences(Object value, String messageHint) {
}
}

@SuppressWarnings("unchecked")
private static Iterable<?> convert(Object value) {
if (value == null) {
return null;
Expand Down

0 comments on commit d603306

Please sign in to comment.