File tree Expand file tree Collapse file tree
base/src/main/java/com/smartdevicelink/managers/screen/choiceset Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ public int hashCode() {
225225 result += ((getSecondaryText () == null ) ? 0 : Integer .rotateLeft (getSecondaryText ().hashCode (), 2 ));
226226 result += ((getTertiaryText () == null ) ? 0 : Integer .rotateLeft (getTertiaryText ().hashCode (), 3 ));
227227 result += ((getArtwork () == null ) ? 0 : Integer .rotateLeft (getArtwork ().hashCode (), 4 ));
228- result += ((getSecondaryArtwork () == null || getSecondaryArtwork (). getName () == null ) ? 0 : Integer .rotateLeft (getSecondaryArtwork (). getName ().hashCode (), 5 ));
228+ result += ((getSecondaryArtwork () == null ) ? 0 : Integer .rotateLeft (getSecondaryArtwork ().hashCode (), 5 ));
229229 result += ((getVoiceCommands () == null ) ? 0 : Integer .rotateLeft (getVoiceCommands ().hashCode (), 6 ));
230230 return result ;
231231 }
You can’t perform that action at this time.
0 commit comments