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
Remove redundant null check in ResourceHarness (#216)
Remove the null check in constructor of WriterAsserter as the reference
being checked is guaranteed to be non-null (a NullPointerException would
be thrown in a previous statement).
0 commit comments