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
IntelliJ warns about the unused generic type parameter <T> on Matcher<T>. I think it can be removed without loss of functionality. It will cause less confusion.
The text was updated successfully, but these errors were encountered:
IntelliJ warns about the unused generic type parameter
<T>
onMatcher<T>
. I think it can be removed without loss of functionality. It will cause less confusion.The text was updated successfully, but these errors were encountered: