You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the implementation of org.springframework.util.StreamUtils.drain(InputStream) originally threw an IllegalArgumentException for a nullInputStream, since commit 0b9b9b4drain() returns 0 for a null stream.
Consequently, the @Contract("null -> fail") declaration is incorrect.