| Chunk |
|---|
| Conflicting content |
|---|
|| !Objects.equal(uniqueId, other.uniqueId)
|| width != other.width
|| height != other.height
<<<<<<< HEAD
|| modeId != other.modeId
|| defaultModeId != other.defaultModeId
|| !Arrays.equals(supportedModes, other.supportedModes)
=======
|| refreshRate != other.refreshRate
|| !Arrays.equals(supportedRefreshRates, other.supportedRefreshRates)
>>>>>>> 37d0c94f7a4a1e2ca31b5cbc269222ded7495ca0
|| densityDpi != other.densityDpi
|| xDpi != other.xDpi
|| yDpi != other.yDpi |
| Solution content |
|---|
|| !Objects.equal(uniqueId, other.uniqueId)
|| width != other.width
|| height != other.height
|| modeId != other.modeId
|| defaultModeId != other.defaultModeId
|| !Arrays.equals(supportedModes, other.supportedModes)
|| densityDpi != other.densityDpi
|| xDpi != other.xDpi
|| yDpi != other.yDpi |
| File |
|---|
| DisplayDeviceInfo.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Attribute |
| Method invocation |
| Variable |