[email protected] wrote: > - if (recentArtifactInfoList && > recentArtifactInfoList.get(0).equals(artifactInfo)) { > + if (recentArtifactInfoList && > recentArtifactInfoList.get(0).equals(artifactInfoMap)) {
Same here, recentArtifactInfoList[0] == artifactInfoMap. Might be able to do foo?[0] ==, but I haven't tried that.
