Use Arrays.equals when comparing arrays.
Objects.equals uses reference equality, we actually want the equality of the contents. Bug: 217923092 Test: errorprone build Change-Id: Idd9f515c23c6fa322b1e24101a390923993bc3dc
Loading
Please register or sign in to comment