Skip to content

Commit d236f98

Browse files
committed
PN-11182: Removed check on URI attachment when checking duplicates.
1 parent 75f429e commit d236f98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/it/pagopa/pn/ec/commons/utils/CompareUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ private static boolean isSameAttachments(List<AttachmentsProgressEventDto> paper
6565

6666
if(! (Objects.equals(paperProgress.getDate(), consolidatoreAttachment.getDate()) &&
6767
Objects.equals(paperProgress.getId(), consolidatoreAttachment.getId()) &&
68-
Objects.equals(paperProgress.getUri(), consolidatoreAttachment.getUri()) &&
6968
Objects.equals(paperProgress.getDocumentType(), consolidatoreAttachment.getDocumentType()) &&
7069
Objects.equals(paperProgress.getSha256(), consolidatoreAttachment.getSha256()))) {
7170
return false;

0 commit comments

Comments
 (0)