We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f429e commit d236f98Copy full SHA for d236f98
src/main/java/it/pagopa/pn/ec/commons/utils/CompareUtils.java
@@ -65,7 +65,6 @@ private static boolean isSameAttachments(List<AttachmentsProgressEventDto> paper
65
66
if(! (Objects.equals(paperProgress.getDate(), consolidatoreAttachment.getDate()) &&
67
Objects.equals(paperProgress.getId(), consolidatoreAttachment.getId()) &&
68
- Objects.equals(paperProgress.getUri(), consolidatoreAttachment.getUri()) &&
69
Objects.equals(paperProgress.getDocumentType(), consolidatoreAttachment.getDocumentType()) &&
70
Objects.equals(paperProgress.getSha256(), consolidatoreAttachment.getSha256()))) {
71
return false;
0 commit comments